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

    Interface UpdateFileRetentionResponse

    Response from the b2_update_file_retention API call.

    interface UpdateFileRetentionResponse {
        fileId: FileId;
        fileName: string;
        fileRetention: FileRetentionValue;
    }
    Index

    Properties

    fileId: FileId

    ID of the updated file version.

    fileName: string

    Name of the updated file.

    fileRetention: FileRetentionValue

    Retention settings as applied.