Interface QueueEnqueueBatchInput

    Input for QueueHandle.enqueueBatch. queue on items/onComplete is bound by the handle.

    interface QueueEnqueueBatchInput {
        items: QueueEnqueueManyItem[];
        metadata?: any;
        onComplete?: QueueEnqueueManyItem;
    }
    Index

    Properties

    metadata?: any