FilePosixProperties 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 properties. Note that these properties only apply to files or directories in premium NFS file accounts.
public class FilePosixProperties
type FilePosixProperties = class
Public Class FilePosixProperties
- Inheritance
-
FilePosixProperties
Constructors
FilePosixProperties() |
Properties
FileMode |
Optional. Version TBD and newer. The mode permissions to be set on the file or directory. |
FileType |
Optional, only applicable to files. The type of the file. The default value is Regular. |
Group |
Optional. The owner group identifier (GID) to be set on the file or directory. The default value is 0 (root group). |
LinkCount |
The link count of the file or directory. |
Owner |
Optional. The owner user identifier (UID) to be set on the file or directory. The default value is 0 (root). |