ServiceListContainersOptions interface
Options to configure the listContainers operation.
- Extends
Properties
abort |
An implementation of the |
include |
Specifies whether soft deleted containers should be included in the response. |
include |
Specifies whether the container's metadata should be returned as part of the response body. |
include |
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
tracing |
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