ShareCreateSnapshotOptions interface
Options to configure the createSnapshot operation.
- Extends
Properties
abort |
An implementation of the |
metadata | A name-value pair to associate with a file storage object. |
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
metadata
A name-value pair to associate with a file storage object.
metadata?: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}