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

    Interface ReportObjectText

    Downloaded report object text and truncation metadata.

    interface ReportObjectText {
        bytes: number;
        text: string;
        truncated: boolean;
    }
    Index
    bytes: number

    Number of bytes read from the report object.

    text: string

    Decoded report object text.

    truncated: boolean

    Whether decoding stopped at the configured byte limit.