Table of Contents

Class SftpFileSystemInformation

Namespace
Renci.SshNet.Sftp
Assembly
Renci.SshNet.dll

Contains File system information exposed by statvfs@openssh.com request.

public class SftpFileSystemInformation
Inheritance
SftpFileSystemInformation
Inherited Members

Properties

AvailableBlocks

Gets the available blocks.

public ulong AvailableBlocks { get; }

Property Value

ulong

The available blocks.

AvailableNodes

Gets the available nodes.

public ulong AvailableNodes { get; }

Property Value

ulong

The available nodes.

BlockSize

Gets the fundamental file system size of the block.

public ulong BlockSize { get; }

Property Value

ulong

The fundamental file system block size.

FileSystemBlockSize

Gets the file system block size.

public ulong FileSystemBlockSize { get; }

Property Value

ulong

The file system block size.

FreeBlocks

Gets the free blocks.

public ulong FreeBlocks { get; }

Property Value

ulong

The free blocks.

FreeNodes

Gets the free nodes.

public ulong FreeNodes { get; }

Property Value

ulong

The free nodes.

IsReadOnly

Gets a value indicating whether this instance is read only.

public bool IsReadOnly { get; }

Property Value

bool

true if this instance is read only; otherwise, false.

MaxNameLenght

Gets the max name lenght.

public ulong MaxNameLenght { get; }

Property Value

ulong

The max name lenght.

Sid

Gets the sid.

public ulong Sid { get; }

Property Value

ulong

The sid.

SupportsSetUid

Gets a value indicating whether [supports set uid].

public bool SupportsSetUid { get; }

Property Value

bool

true if [supports set uid]; otherwise, false.

TotalBlocks

Gets the total blocks.

public ulong TotalBlocks { get; }

Property Value

ulong

The total blocks.

TotalNodes

Gets the total nodes.

public ulong TotalNodes { get; }

Property Value

ulong

The total nodes.