Discuss this help topic in SecureBlackbox Forum

TElAWSS3DataStorageBucket.Exists

TElAWSS3DataStorageBucket     See also     


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


Checks if data bucket exists in the storage.

Declaration

[C#]
    bool Exists();

[VB.NET]
    Function Exists() As Boolean

[Pascal]
    function Exists : boolean;

[C++]
    bool Exists();

[PHP]
    bool Exists()

[Java]
    boolean exists();

Return value

    Returns True if the bucket exists in the Amazon S3 storage.

Description

    Use this method to check if data bucket with certain parameters exists in the Amazon S3 storage.

See also:     Delete     GetLocation    

Discuss this help topic in SecureBlackbox Forum