Interface SummaryClientIdCounts

The per-name value for the multiple.v1 aggregation method.

Hierarchy

  • SummaryClientIdCounts

Properties

clientIds: {
    [key: string]: number;
}

A list of the clientIds of all clients who have published an annotation with this name, and the count each of them have contributed.

Type declaration

  • [key: string]: number
total: number

The sum of the counts from all clients who have published an annotation with this name

totalUnidentified: number

The sum of the counts from all unidentified clients who have published an annotation with this name, and so who are not included in the clientIds list

Generated using TypeDoc