Size of one block in the file system.
Namespace:
Rebex.Net
Assembly:
Rebex.Sftp (in Rebex.Sftp.dll)
Syntax
| Visual Basic |
|---|
Public Property BlockSize As Nullable(Of Long) Get Private Set |
| C# |
|---|
public Nullable<long> BlockSize { get; private set; } |