IBM COS SDK for JavaScript V2 - v1.0.0
    Preparing search index...

    Interface DeleteObjectsCommandOutput

    The output of DeleteObjectsCommand.

    interface DeleteObjectsCommandOutput {
        Deleted?: DeletedObject[];
        RequestCharged?: "requester";
        Errors?: _Error[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    Deleted?: DeletedObject[]

    Container element for a successful delete. It identifies the object that was successfully deleted.

    RequestCharged?: "requester"

    If present, indicates that the requester was successfully charged for the request. For more information, see Using Requester Pays buckets for storage transfers and usage in the Amazon Simple Storage Service user guide.

    This functionality is not supported for directory buckets.

    Errors?: _Error[]

    Container for a failed delete action that describes the object that Amazon S3 attempted to delete and the error it encountered.