Discuss this help topic in SecureBlackbox Forum

TElAWSS3DataStorageObject.BucketName

TElAWSS3DataStorageObject     See also     


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


Contains name of the data bucket to which the object belongs.

Declaration

[C#]
    string BucketName;

[VB.NET]
    Property BucketName As String

[Pascal]
    property BucketName : string;

[C++]
    void get_BucketName(std::string &OutResult);

[PHP]
    string get_BucketName()

[Java]
    String getBucketName();

Description

    Use this read-only property to get name of the data bucket to which the object belongs.

See also:     Key    

Discuss this help topic in SecureBlackbox Forum