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

    Variable LIST_ENDPOINT_CAPSConst

    LIST_ENDPOINT_CAPS: {
        b2_list_file_names: 10000;
        b2_list_file_versions: 10000;
        b2_list_keys: 10000;
        b2_list_parts: 10000;
        b2_list_unfinished_large_files: 100;
    } = ...

    Per-endpoint upper bound on the maxFileCount (or maxKeyCount / maxPartCount) request field. Sourced from the B2 endpoint docs.

    Type Declaration

    • Readonlyb2_list_file_names: 10000

      b2_list_file_names.maxFileCount cap.

    • Readonlyb2_list_file_versions: 10000

      b2_list_file_versions.maxFileCount cap.

    • Readonlyb2_list_keys: 10000

      b2_list_keys.maxKeyCount cap.

    • Readonlyb2_list_parts: 10000

      b2_list_parts.maxPartCount cap.

    • Readonlyb2_list_unfinished_large_files: 100

      b2_list_unfinished_large_files.maxFileCount cap.