ShareFileCreateSymbolicLinkOptions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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). |