Package version:

NFS properties. Note that these properties only apply to files or directories in premium NFS file accounts.

interface FilePosixProperties {
    fileMode?: NfsFileMode;
    fileType?: string;
    group?: string;
    linkCount?: number;
    owner?: string;
}

Properties

fileMode?: NfsFileMode

NFS only. The file mode of the file or directory

fileType?: string

NFS only. Type of the file or directory.

group?: string

NFS only. The owning group of the file or directory.

linkCount?: number

NFS only. The link count of the file or directory.

owner?: string

NFS only. The owner of the file or directory.