@backblaze-labs/b2-sdk - v0.1.0
    Preparing search index...

    Interface FileRetentionValue

    Retention settings for a specific file version under Object Lock.

    interface FileRetentionValue {
        mode: RetentionMode | null;
        retainUntilTimestamp: number | null;
    }
    Index

    Properties

    mode: RetentionMode | null

    Retention mode, or null if no retention is set.

    retainUntilTimestamp: number | null

    UTC timestamp (milliseconds) until which the file is retained, or null if not set.