Package version:

Interface QueueCreateOptions

Options to configure QueueClient.create operation

interface QueueCreateOptions {
    abortSignal?: any;
    metadata?: Metadata;
    tracingOptions?: any;
}

Hierarchy (view full)

Properties

abortSignal?: any

An implementation of the AbortSignalLike interface to signal the request to cancel the operation. For example, use the @azure/abort-controller to create an AbortSignal.

metadata?: Metadata

A collection of key-value string pair to associate with the queue object. The keys need to be lower-case.

tracingOptions?: any

Options to configure spans created when tracing is enabled.