Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ServiceFindBlobsByTagsSegmentOptions

Package version

Options to configure the {@link BlobServiceClient.findBlobsByTagsSegment} operation.

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.

Optional maxPageSize

maxPageSize: undefined | number

Specifies the maximum number of blobs 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 tracingOptions

tracingOptions: OperationTracingOptions

Options to configure spans created when tracing is enabled.

Generated using TypeDoc