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

    Interface DeleteObjectCommandOutput

    The output of DeleteObjectCommand.

    interface DeleteObjectCommandOutput {
        DeleteMarker?: boolean;
        VersionId?: string;
        RequestCharged?: "requester";
    }

    Hierarchy (View Summary)

    Index

    Properties

    DeleteMarker?: boolean

    Indicates whether the specified object version that was permanently deleted was (true) or was not (false) a delete marker before deletion. In a simple DELETE, this header indicates whether (true) or not (false) the current version of the object is a delete marker. To learn more about delete markers, see Working with delete markers.

    This functionality is not supported for directory buckets.

    VersionId?: string

    Returns the version ID of the delete marker created as a result of the DELETE operation.

    This functionality is not supported for directory buckets.

    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.