@backblaze-labs/b2-mcp
    Preparing search index...

    Interface B2S3DeleteMarkerSummary

    Delete marker summary returned by S3 version listing.

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

    Whether this delete marker is the latest version for the key.

    Key?: string

    Object key.

    LastModified?: Date

    Delete marker last-modified timestamp.

    VersionId?: string

    Delete marker version ID.