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

    Interface ReportObjectClient

    Interface consumed by insight helpers that read report objects.

    interface ReportObjectClient {
        downloadReportObjectText(
            bucketName: string,
            key: string,
            options?: DownloadReportObjectTextOptions,
        ): Promise<ReportObjectText>;
        listReportObjectKeys(
            bucketName: string,
            options?: ListReportObjectKeysOptions,
        ): Promise<ReportObjectPage>;
    }

    Implemented by

    Index