Member Junction
    Preparing search index...

    Interface DiagnosticsCategoryBreakdown

    One read-only telemetry-category breakdown row.

    interface DiagnosticsCategoryBreakdown {
        AvgMs: number;
        Events: number;
        Name: string;
    }
    Index

    Properties

    Properties

    AvgMs: number
    Events: number
    Name: string