Class FileSystemInfo
File system information.
Namespace: Neon.Kube.Resources.OpenEBS
Assembly: Neon.Kube.Resources.dll
Syntax
public class FileSystemInfo
Constructors
FileSystemInfo()
Initializes a new instance of the FileSystemInfo class.
Declaration
public FileSystemInfo()
Properties
FsType
The filesystem type.
Declaration
public string FsType { get; set; }
Property Value
Type | Description |
---|---|
string |
MountPoint
The mount point.
Declaration
public string MountPoint { get; set; }
Property Value
Type | Description |
---|---|
string |