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

    Interface CopyPartResponse

    Response from the b2_copy_part API call.

    interface CopyPartResponse {
        contentLength: number;
        contentSha1: string;
        fileId: FileId;
        partNumber: number;
    }
    Index

    Properties

    contentLength: number

    Size of the copied part in bytes.

    contentSha1: string

    SHA-1 checksum of the copied part content.

    fileId: FileId

    ID of the large file this part belongs to.

    partNumber: number

    Part number within the large file.