Discuss this help topic in SecureBlackbox Forum

TElWinAzureDataStorageObject.Size

TElWinAzureDataStorageObject     See also     


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


Specifies object's size.

Declaration

[C#]
    long Size;

[VB.NET]
    Property Size As Long

[Pascal]
    property Size : long;

[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:     AllocatedSize     Resize    

Discuss this help topic in SecureBlackbox Forum