Discuss this help topic in SecureBlackbox Forum

TElAWSS3DataStorageBucket.DeleteObject

TElAWSS3DataStorageBucket     See also     


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


Deletes objects of certain data bucket.

Declaration

[C#]
    void DeleteObject(string Key);

[VB.NET]
    Sub DeleteObject(ByVal Key As String)

[Pascal]
    procedure DeleteObject(const Key : string);

[C++]
    void DeleteObject(const std::string &Key);

[PHP]
    void DeleteObject(string $Key)

[Java]
    void deleteObject(String Key);

Parameters

  • Key - a unique identifier of the object within a bucket

Description

    Use this method to delete objects from data bucket.

See also:     CreateObject     ObjectExists    

Discuss this help topic in SecureBlackbox Forum