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

    Interface ListFileNamesResponse

    Response from the b2_list_file_names API call.

    interface ListFileNamesResponse {
        files: readonly FileVersion[];
        nextFileName: string | null;
    }
    Index

    Properties

    Properties

    files: readonly FileVersion[]

    Array of file versions matching the request.

    nextFileName: string | null

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