Class SftpFileSystemInformation
- Namespace
- Renci.SshNet.Sftp
- Assembly
- Renci.SshNet.dll
Contains File system information exposed by statvfs@openssh.com request.
public class SftpFileSystemInformation
Inheritance
Inherited Members
Properties
AvailableBlocks
Gets the available blocks.
public ulong AvailableBlocks { get; }
Property Value
AvailableNodes
Gets the available nodes.
public ulong AvailableNodes { get; }
Property Value
BlockSize
Gets the fundamental file system size of the block.
public ulong BlockSize { get; }
Property Value
FileSystemBlockSize
Gets the file system block size.
public ulong FileSystemBlockSize { get; }
Property Value
FreeBlocks
Gets the free blocks.
public ulong FreeBlocks { get; }
Property Value
FreeNodes
Gets the free nodes.
public ulong FreeNodes { get; }
Property Value
IsReadOnly
Gets a value indicating whether this instance is read only.
public bool IsReadOnly { get; }
Property Value
MaxNameLenght
Gets the max name lenght.
public ulong MaxNameLenght { get; }
Property Value
Sid
Gets the sid.
public ulong Sid { get; }
Property Value
SupportsSetUid
Gets a value indicating whether [supports set uid].
public bool SupportsSetUid { get; }
Property Value
TotalBlocks
Gets the total blocks.
public ulong TotalBlocks { get; }
Property Value
TotalNodes
Gets the total nodes.
public ulong TotalNodes { get; }