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
clipped: boolean

Whether the list of clientIds has been clipped due to exceeding the maximum number of clients.

total: number

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

totalClientIds: number

The total number of distinct clientIds in the map (equal to length of map if clipped is false).

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