Total space (both empty and allocated) in the file system.
Namespace:
Rebex.Net
Assembly:
Rebex.Sftp (in Rebex.Sftp.dll)
Syntax
| Visual Basic |
|---|
Public Property TotalSpace As Nullable(Of Long) Get Private Set |
| C# |
|---|
public Nullable<long> TotalSpace { get; private set; } |