FileSystemUser 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.
File System user having access to volume data. For Unix, this is the user's uid and gid. For Windows, this is the user's username. Note that the Unix and Windows user details are mutually exclusive, meaning one or other must be supplied, but not both.
public class FileSystemUser
type FileSystemUser = class
Public Class FileSystemUser
- Inheritance
-
FileSystemUser
Constructors
| Name | Description |
|---|---|
| FileSystemUser() |
Initializes a new instance of the FileSystemUser class. |
| FileSystemUser(NfsUser, CifsUser) |
Initializes a new instance of the FileSystemUser class. |
Properties
| Name | Description |
|---|---|
| CifsUser |
Gets or sets the effective CIFS username when accessing the volume data. |
| NfsUser |
Gets or sets the effective NFS User ID and Group ID when accessing the volume data. |