Discuss this help topic in SecureBlackbox Forum

TElAWSS3DataStorageObject.Key

TElAWSS3DataStorageObject     See also     


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


Contains object's key.

Declaration

[C#]
    string Key;

[VB.NET]
    Property Key As String

[Pascal]
    property Key : string;

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

[PHP]
    string get_Key()

[Java]
    String getKey();

Description

    Use this read-only property to get object's key. Key is a unique identifier of the object within data bucket.

See also:     BucketName    

Discuss this help topic in SecureBlackbox Forum