NfsFileMode 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.
The mode permissions of the file or directory.
public class NfsFileMode
type NfsFileMode = class
Public Class NfsFileMode
- Inheritance
-
NfsFileMode
Constructors
NfsFileMode() |
Properties
EffectiveGroupIdentity |
Set effective group ID (setgid) on the file or directory. |
EffectiveUserIdentity |
Set effective user ID (setuid) on the file or directory. |
Group |
Permissions the group has over the file or directory. |
Other |
Permissions other have over the file or directory. |
Owner |
Permissions the owner has over the file or directory. |
StickyBit |
The sticky bit may be set on directories. The files in that directory may only be renamed or deleted by the file's owner, the directory's owner, or the root user. |
Methods
ParseOctalFileMode(String) |
Returns a NfsFileMode from the octal string representation. |
ParseSymbolicFileMode(String) |
Returns a NfsFileMode from the symbolic string representation. |
ToOctalFileMode() |
Returns the octal represenation of this NfsFileMode as a string. |
ToString() |
Returns a string that represents the current object. |
ToSymbolicFileMode() |
Returns this NfsFileMode as a string in symbolic notation. |
Applies to
Azure SDK for .NET