Discuss this help topic in SecureBlackbox Forum

TElAWSS3DataStorageBucket.GetLocation

TElAWSS3DataStorageBucket     See also     


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


Returns physical location where the bucket is stored.

Declaration

[C#]
    string GetLocation();

[VB.NET]
    Function GetLocation() As String

[Pascal]
    function GetLocation : string;

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

[PHP]
    string GetLocation()

[Java]
    String getLocation();

Return value

    Name of the location where the bucket is physically stored.

Description

    Use this method to get the location where the data bucket is physically stored.

See also:     Exists    

Discuss this help topic in SecureBlackbox Forum