Discuss this help topic in SecureBlackbox Forum

TElAWSS3DataStorageObject.Size

TElAWSS3DataStorageObject     See also     


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


Contains object's size.

Declaration

[C#]
    long Size;

[VB.NET]
    Property Size As Long

[Pascal]
    property Size : Int64;

[C++]
    int64_t get_Size();

[PHP]
    integer get_Size()

[Java]
    long getSize();

Description

    Use this read-only property to get object's size in bytes.

See also:     ETag     Key    

Discuss this help topic in SecureBlackbox Forum