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

Inherited Members

Properties

AvailableBlocks

Gets the available blocks.

public ulong AvailableBlocks { get; }

Property Value

ulong

AvailableNodes

Gets the available nodes.

public ulong AvailableNodes { get; }

Property Value

ulong

BlockSize

Gets the fundamental file system size of the block.

public ulong BlockSize { get; }

Property Value

ulong

FileSystemBlockSize

Gets the file system block size.

public ulong FileSystemBlockSize { get; }

Property Value

ulong

FreeBlocks

Gets the free blocks.

public ulong FreeBlocks { get; }

Property Value

ulong

FreeNodes

Gets the free nodes.

public ulong FreeNodes { get; }

Property Value

ulong

IsReadOnly

Gets a value indicating whether this instance is read only.

public bool IsReadOnly { get; }

Property Value

bool

MaxNameLenght

Gets the max name lenght.

public ulong MaxNameLenght { get; }

Property Value

ulong

Sid

Gets the sid.

public ulong Sid { get; }

Property Value

ulong

SupportsSetUid

Gets a value indicating whether [supports set uid].

public bool SupportsSetUid { get; }

Property Value

bool

TotalBlocks

Gets the total blocks.

public ulong TotalBlocks { get; }

Property Value

ulong

TotalNodes

Gets the total nodes.

public ulong TotalNodes { get; }

Property Value

ulong