Discuss this help topic in SecureBlackbox Forum

TElSftpSpaceAvailableReply.UnusedBytesOnDevice

TElSftpSpaceAvailableReply     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Specifies unused space on a device in bytes.

Declaration

[C#]
    long UnusedBytesOnDevice;

[VB.NET]
    Property UnusedBytesOnDevice As Long

[Pascal]
    property UnusedBytesOnDevice: Int64;

[C++]
    int64_t get_UnusedBytesOnDevice();
    void set_UnusedBytesOnDevice(int64_t Value);

[PHP]
    integer get_UnusedBytesOnDevice()
    void set_UnusedBytesOnDevice(integer $Value)

[Java]
    long getUnusedBytesOnDevice();
    void setUnusedBytesOnDevice(long Value);

Description

    Use this property to obtain the unused space on a device.

See also:     BytesOnDevice     BytesAvailableToUser     BytesPerAllocationUnit    

Discuss this help topic in SecureBlackbox Forum