@backblaze-labs/b2-mcp
    Preparing search index...

    Interface ListPartsOptions

    Options for native B2 multipart part listing.

    interface ListPartsOptions {
        fileId: string;
        maxPartCount?: number;
        startPartNumber?: number;
    }
    Index
    fileId: string

    Large file ID whose parts should be listed.

    maxPartCount?: number

    Maximum parts to request.

    startPartNumber?: number

    First part number to list.