FileCreateSymbolicLinkOptions interface
- Extends
Properties
abort |
An implementation of the |
creation |
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. |
last |
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. |
lease |
Lease access conditions. |
metadata | Metadata of the Azure file. |
owner | Optional, NFS only. The owner of the file or directory. |
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
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