NfsUser Class

Definition

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

Applies to