Tela SDK for JavaScript
    Preparing search index...

    Interface BatchQueueConfig

    Queue/source metadata sent as headers when creating a batch execution.

    interface BatchQueueConfig {
        application: string;
        type?: BatchQueueType;
    }
    Index

    Properties

    Properties

    application: string

    Name of the application creating the batch. Required when queue is provided.

    Source type for the batch. Defaults to customer when omitted.