Discuss this help topic in SecureBlackbox Forum

TElSftpSpaceAvailableReply.BytesOnDevice

TElSftpSpaceAvailableReply     See also     


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


Specifies total available space on a device in bytes.

Declaration

[C#]
    long BytesOnDevice;

[VB.NET]
    Property BytesOnDevice As Long

[Pascal]
    property BytesOnDevice: Int64;

[C++]
    int64_t get_BytesOnDevice();
    void set_BytesOnDevice(int64_t Value);

[PHP]
    integer get_BytesOnDevice()
    void set_BytesOnDevice(integer $Value)

[Java]
    long getBytesOnDevice();
    void setBytesOnDevice(long Value);

Description

    Use this property to get the amount of bytes available on a device.

See also:     UnusedBytesOnDevice     BytesAvailableToUser     BytesPerAllocationUnit    

Discuss this help topic in SecureBlackbox Forum