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

    Interface UnfinishedLargeFileMetadata

    Optional metadata fields B2 may return for unfinished large-file records.

    interface UnfinishedLargeFileMetadata {
        action?: FileAction;
        contentLength?: number;
        contentMd5?: string | null;
        contentSha1?: string;
        fileRetention?: ReadableFileRetention;
        legalHold?: ReadableLegalHold;
        serverSideEncryption?: PublicEncryptionSetting;
        uploadTimestamp?: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    action?: FileAction

    Action that created this unfinished file version.

    contentLength?: number

    When present, always 0 for unfinished large files.

    contentMd5?: string | null

    When present, always null for unfinished large files.

    contentSha1?: string

    When present, always 'none' for unfinished large files.

    fileRetention?: ReadableFileRetention

    Object Lock retention settings for this unfinished file, when readable.

    legalHold?: ReadableLegalHold

    Legal hold status for this unfinished file, when readable.

    serverSideEncryption?: PublicEncryptionSetting

    Server-side encryption applied to this unfinished file.

    uploadTimestamp?: number

    UTC timestamp (milliseconds) when this unfinished upload was started.