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

    Interface ListUnfinishedLargeFilesResponse

    Response from the b2_list_unfinished_large_files API call.

    interface ListUnfinishedLargeFilesResponse {
        files: readonly UnfinishedLargeFile[];
        nextFileId: LargeFileId | null;
    }
    Index

    Properties

    Properties

    files: readonly UnfinishedLargeFile[]

    Array of unfinished large files.

    nextFileId: LargeFileId | null

    Next file ID to use for pagination, or null if all files have been listed.