Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
FileCreateSymbolicLinkOptions interface
- Package:
- @azure/storage-file-share
- Extends
Properties
| abortSignal | An implementation of the |
| creationTime | The Coordinated Universal Time (UTC) creation time property for the directory. A value of now may be used to indicate the time of the request. By default, the value will be set as now. |
| group | Optional, NFS only. The owning group of the file or directory. |
| lastWriteTime | The Coordinated Universal Time (UTC) last write property for the directory. A value of now may be used to indicate the time of the request. By default, the value will be set as now. |
| leaseAccessConditions | Lease access conditions. |
| metadata | Metadata of the Azure file. |
| owner | Optional, NFS only. The owner of the file or directory. |
Inherited Properties
| tracingOptions |
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
creationTime
The Coordinated Universal Time (UTC) creation time property for the directory. A value of now may be used to indicate the time of the request. By default, the value will be set as now.
creationTime?: Date | "now"
Property Value
Date | "now"
group
Optional, NFS only. The owning group of the file or directory.
group?: string
Property Value
string
lastWriteTime
The Coordinated Universal Time (UTC) last write property for the directory. A value of now may be used to indicate the time of the request. By default, the value will be set as now.
lastWriteTime?: Date | "now"
Property Value
Date | "now"
leaseAccessConditions
Lease access conditions.
leaseAccessConditions?: LeaseAccessConditions
Property Value
metadata
owner
Optional, NFS only. The owner of the file or directory.
owner?: string
Property Value
string
