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

    Interface CancelLargeFileResponse

    Response from the b2_cancel_large_file API call.

    interface CancelLargeFileResponse {
        accountId: string;
        bucketId: BucketId;
        fileId: LargeFileId;
        fileName: string;
    }
    Index

    Properties

    accountId: string

    Account that owned the large file.

    bucketId: BucketId

    Bucket the large file was being uploaded to.

    fileId: LargeFileId

    ID of the cancelled large file.

    fileName: string

    Name of the cancelled file.