Discuss this help topic in SecureBlackbox Forum

TElWinAzureDataStorage.GetObjectAllocatedSize

TElWinAzureDataStorage     See also     


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


Retrieves object allocated size.

Declaration

[C#]
    long GetObjectAllocatedSize(string ContainerName, string Name);

[VB.NET]
    Function GetObjectAllocatedSize(ByVal ContainerName As String, ByVal Name As String) As Long

[Pascal]
    function GetObjectAllocatedSize(const ContainerName : string; const Name : string) : Int64;

[C++]
    int64_t GetObjectAllocatedSize(const std::string &ContainerName, const std::string &Name);

[PHP]
    integer GetObjectAllocatedSize(string $ContainerName, string $Name)

[Java]
    long getObjectAllocatedSize(String ContainerName, String Name);

Parameters

  • ContainerName - name of the container with object
  • Name - name of the object

Description

    Use this method to get object allocated size.

See also:     SetObjectAllocatedSize    

Discuss this help topic in SecureBlackbox Forum