Discuss this help topic in SecureBlackbox Forum

TElAWSS3DataStorageBucketList.Buckets

TElAWSS3DataStorageBucketList     See also     


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


Provides access to the list elements.

Declaration

[C#]
    TElAWSS3DataStorageBucket Buckets[int Index];

[VB.NET]
    Property Buckets(ByVal Index As Integer) As TElAWSS3DataStorageBucket

[Pascal]
    property Buckets[Index : integer] : TElAWSS3DataStorageBucket;

[C++]
    TElAWSS3DataStorageBucket* get_Buckets(int32_t Index);

[PHP]
    TElAWSS3DataStorageBucket get_Buckets(integer $Index)

[Java]
    not available

Parameters

  • Index - The index of the desired element in the list. The first item has Index=0, the second has Index=1 and so on.

Description

    Use this property to get data buckets from the list.

See also:     Count    

Discuss this help topic in SecureBlackbox Forum