Share via


ShareFileCreateSymbolicLinkOptions Class

Definition

NFS only. Options for creating a symbolic link.

public class ShareFileCreateSymbolicLinkOptions
type ShareFileCreateSymbolicLinkOptions = class
Public Class ShareFileCreateSymbolicLinkOptions
Inheritance
ShareFileCreateSymbolicLinkOptions

Constructors

ShareFileCreateSymbolicLinkOptions()

Properties

Conditions

Optional ShareFileRequestConditions to add conditions on creating the symbolic link.

FileCreatedOn

The creation time of the symbolic link.

FileLastWrittenOn

The last write time of the symbolic link.

Group

Optional. The owner group identifier (GID) to be set on the symbolic link. The default value is 0 (root group).

Metadata

Optional custom metadata to set for the symbolic link.

Owner

Optional. The owner user identifier (UID) to be set on the symbolic link. The default value is 0 (root).

Applies to