NfsUser 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 effective NFS User ID and Group ID when accessing the volume data.
public class NfsUser
type NfsUser = class
Public Class NfsUser
- Inheritance
-
NfsUser
Constructors
| Name | Description |
|---|---|
| NfsUser() |
Initializes a new instance of the NfsUser class. |
| NfsUser(Nullable<Int64>, Nullable<Int64>) |
Initializes a new instance of the NfsUser class. |
Properties
| Name | Description |
|---|---|
| GroupId |
Gets or sets the NFS user's GID |
| UserId |
Gets or sets the NFS user's UID |