Share via


FileCreateSymbolicLinkOptions interface

Options to configure File - Create Symbolic Link operations.

See:

Extends

Properties

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.

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

Metadata of the Azure file.

metadata?: Metadata

Property Value

owner

Optional, NFS only. The owner of the file or directory.

owner?: string

Property Value

string

Inherited Property Details

tracingOptions

tracingOptions?: OperationTracingOptions

Property Value

Inherited From CommonOptions.tracingOptions