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

    Interface DeleteMarkerEntry

    Information about the delete marker.

    interface DeleteMarkerEntry {
        Owner?: Owner;
        Key?: string;
        VersionId?: string;
        IsLatest?: boolean;
        LastModified?: Date;
    }
    Index

    Properties

    Owner?: Owner

    The account that created the delete marker.

    Key?: string

    The object key.

    VersionId?: string

    Version ID of an object.

    IsLatest?: boolean

    Specifies whether the object is (true) or is not (false) the latest version of an object.

    LastModified?: Date

    Date and time when the object was last modified.