Discuss this help topic in SecureBlackbox Forum

TElAWSS3DataStorageObject.StorageClass

TElAWSS3DataStorageObject     


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


Specifies object's storage class.

Declaration

[C#]
    string StorageClass;

[VB.NET]
    Property StorageClass As String

[Pascal]
    property StorageClass : string;

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

[PHP]
    string get_StorageClass()

[Java]
    String getStorageClass();

Description

    Use this read-only property to get object's storage class. In the current specification of Amazon S3 storage this parameter always has the value 'STANDARD'.

Discuss this help topic in SecureBlackbox Forum