Discuss this help topic in SecureBlackbox Forum

TElAWSS3DataStorageBucket Constructor

TElAWSS3DataStorageBucket     


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


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

Declaration

[C#]
    TElAWSS3DataStorageBucket();
    TElAWSS3DataStorageBucket(TElAWSS3DataStorage Storage);

[VB.NET]
    Sub New()
    Sub New(ByVal Storage As TElAWSS3DataStorage)

[Pascal]
    constructor Create(Storage : TElAWSS3DataStorage);

[C++]
    not available

[PHP]
    not available

[Java]
    public TElAWSS3DataStorageBucket(TElAWSS3DataStorage Storage);
    public TElAWSS3DataStorageBucket();

Parameters

  • Storage - storage to which the bucket belongs

Description

    Use this method to create new instance of TElAWSS3DataStorageBucket class.

Discuss this help topic in SecureBlackbox Forum