FilePosixProperties interface
NFS properties. Note that these properties only apply to files or directories in premium NFS file accounts.
Properties
| file |
NFS only. The file mode of the file or directory |
| file |
NFS only. Type of the file or directory. |
| group | NFS only. The owning group of the file or directory. |
| link |
NFS only. The link count of the file or directory. |
| owner | NFS only. The owner of the file or directory. |
Property Details
fileMode
fileType
NFS only. Type of the file or directory.
fileType?: string
Property Value
string
group
NFS only. The owning group of the file or directory.
group?: string
Property Value
string
linkCount
NFS only. The link count of the file or directory.
linkCount?: number
Property Value
number
owner
NFS only. The owner of the file or directory.
owner?: string
Property Value
string