Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ServiceListContainersOptions

Package version

Options to configure the BlobServiceClient.listContainers 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 includeDeleted

includeDeleted: undefined | false | true

Specifies whether soft deleted containers should be included in the response.

Optional includeMetadata

includeMetadata: undefined | false | true

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

Optional includeSystem

includeSystem: undefined | false | true

Specifies whether system containers should be included in the response.

Optional prefix

prefix: undefined | string

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

Optional tracingOptions

tracingOptions: OperationTracingOptions

Options to configure spans created when tracing is enabled.

Generated using TypeDoc