ServiceListSharesOptions interface
Options to configure the listShares operation.
- Extends
Properties
abort |
An implementation of the |
include |
Specifies that share soft deleted should be returned in the response. |
include |
Specifies that share snapshots should be included in the enumeration. Share Snapshots are listed from oldest to newest in the response. |
include |
Specifies that share snapshot should be returned in the response. |
prefix | Filters the results to return only entries whose name begins with the specified prefix. |
Inherited Properties
tracing |
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 that share soft deleted should be returned in the response.
includeDeleted?: boolean
Property Value
boolean
includeMetadata
Specifies that share snapshots should be included in the enumeration. Share Snapshots are listed from oldest to newest in the response.
includeMetadata?: boolean
Property Value
boolean
includeSnapshots
Specifies that share snapshot should be returned in the response.
includeSnapshots?: boolean
Property Value
boolean
prefix
Filters the results to return only entries whose name begins with the specified prefix.
prefix?: string
Property Value
string