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

    Interface ReadableFileRetention

    Object Lock retention settings as returned by B2 response objects.

    interface ReadableFileRetention {
        isClientAuthorizedToRead: boolean;
        value: FileRetentionValue | null;
    }
    Index

    Properties

    isClientAuthorizedToRead: boolean

    Whether the caller is authorized to read retention settings.

    value: FileRetentionValue | null

    Retention settings, or null when none are set or unreadable.