Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ServiceListQueuesSegmentOptions

Package version

Options to configure Queue Service - List Queues Segment operation

See:

  • {@link QueueServiceClient.listSegments}
  • {@link QueueServiceClient.listQueuesSegment}
  • {@link QueueServiceClient.listItems}
interface

ServiceListQueuesSegmentOptions

Hierarchy

Index

Properties

Optional abortSignal

abortSignal: AbortSignalLike

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.

memberof

ServiceListQueuesSegmentOptions

Optional include

Include this parameter to specify that the queue's metadata be returned as part of the response body. Possible values include: 'metadata'

Optional maxPageSize

maxPageSize: undefined | number

Specifies the maximum number of queues to return. If the request does not specify maxPageSize, or specifies a value greater than 5000, the server will return up to 5000 items. Note that if the listing operation crosses a partition boundary, then the service will return a continuation token for retrieving the remainder of the results. For this reason, it is possible that the service will return fewer results than specified by maxPageSize, or than the default of 5000.

Optional prefix

prefix: undefined | string

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

Optional tracingOptions

tracingOptions: OperationTracingOptions

Options to configure spans created when tracing is enabled.

Generated using TypeDoc