Package version:

Interface ServiceListQueuesOptions

Options to configure QueueServiceClient.listQueues operation

interface ServiceListQueuesOptions {
    abortSignal?: any;
    includeMetadata?: boolean;
    prefix?: string;
    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.

includeMetadata?: boolean

Specifies whether the queue's metadata be returned as part of the response body.

prefix?: string

Filters the results to return only queues whose name begins with the specified prefix.

tracingOptions?: any

Options to configure spans created when tracing is enabled.