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

    Interface EgressLeader

    Egress aggregate for one account or bucket grouping key.

    interface EgressLeader {
        accountId: string;
        bucketName?: string;
        egress: number;
        key: string;
    }
    Index
    accountId: string

    B2 account ID associated with the aggregate.

    bucketName?: string

    B2 bucket name when grouping by bucket and the report includes it.

    egress: number

    Total egress bytes for the grouping key.

    key: string

    Grouping key, either account ID or bucket identifier/name.