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

    Interface ListReportObjectKeysOptions

    Options for listing report object keys.

    interface ListReportObjectKeysOptions {
        continuationToken?: string;
        maxKeys?: number;
        prefix?: string;
        startAfter?: string;
        timeoutMs?: number;
    }

    Hierarchy (View Summary)

    Index
    continuationToken?: string

    Continuation token from a previous page.

    maxKeys?: number

    Maximum keys requested from S3.

    prefix?: string

    Optional report object-key prefix filter.

    startAfter?: string

    Start-after key used for bounded report scans.

    timeoutMs?: number

    Request timeout in milliseconds.