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

    Interface FinishLargeFileRequest

    Request parameters for the b2_finish_large_file API call. Assembles previously uploaded parts into a single complete file.

    interface FinishLargeFileRequest {
        fileId: LargeFileId;
        partSha1Array: readonly string[];
    }
    Index

    Properties

    fileId: LargeFileId

    ID of the large file to finish.

    partSha1Array: readonly string[]

    Ordered array of SHA-1 checksums, one per part, matching the upload order.