ServiceListContainersOptions interface

Options to configure the listContainers operation.

Extends

Properties

abortSignal

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.

includeDeleted

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

includeMetadata

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

includeSystem

Specifies whether system containers should be included in the response.

prefix

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

Inherited Properties

tracingOptions

Options to configure spans created when tracing is enabled.

Property Details

abortSignal

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.

abortSignal?: AbortSignalLike

Property Value

includeDeleted

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

includeDeleted?: boolean

Property Value

boolean

includeMetadata

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

includeMetadata?: boolean

Property Value

boolean

includeSystem

Specifies whether system containers should be included in the response.

includeSystem?: boolean

Property Value

boolean

prefix

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

prefix?: string

Property Value

string

Inherited Property Details

tracingOptions

Options to configure spans created when tracing is enabled.

tracingOptions?: OperationTracingOptions

Property Value

Inherited From CommonOptions.tracingOptions