Discuss this help topic in SecureBlackbox Forum

TElAWSS3DataStorageObject Constructor

TElAWSS3DataStorageObject     


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


Creates an instance of TElAWSS3DataStorageObject class and returns a reference to newly created instance.

Declaration

[C#]
    TElAWSS3DataStorageObject(TElAWSS3DataStorage Storage);
    TElAWSS3DataStorageObject(TElAWSS3DataStorage Storage, string BucketName, string Key);

[VB.NET]
    Sub New(ByVal Storage As TElAWSS3DataStorage)
    Sub New(ByVal Storage As TElAWSS3DataStorage, ByVal BucketName As String, ByVal Key As String)

[Pascal]
    constructor Create(Storage : TElAWSS3DataStorage);
    constructor Create(Storage : TElAWSS3DataStorage; const BucketName : string; const Key : string);

[C++]
    not available

[PHP]
    not available

[Java]
    public TElAWSS3DataStorageObject();
    public TElAWSS3DataStorageObject(TElAWSS3DataStorage Storage);
    public TElAWSS3DataStorageObject(TElAWSS3DataStorage Storage, String BucketName, String Key);

Parameters

  • Storage - storage to which the object belongs
  • BucketName - name of the data bucket
  • Key - a unique identifier of the object within a bucket

Description

    Use this method to create new instance of TElAWSS3DataStorageObject class.

Discuss this help topic in SecureBlackbox Forum