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

    Interface GetUploadPartUrlRequest

    Request parameters for the b2_get_upload_part_url API call.

    interface GetUploadPartUrlRequest {
        fileId: LargeFileId;
    }
    Index

    Properties

    Properties

    fileId: LargeFileId

    ID of the large file to get a part upload URL for.