Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
FilePosixProperties interface
- Package:
- @azure/storage-file-share
NFS properties. Note that these properties only apply to files or directories in premium NFS file accounts.
Properties
| fileMode | NFS only. The file mode of the file or directory |
| fileType | NFS only. Type of the file or directory. |
| group | NFS only. The owning group of the file or directory. |
| linkCount | 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
