Class TopNValue (1.4.2)

TopNValue(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The TopNValue defines the structure of output of top N values of a field.

Attributes

NameDescription
value str
The value is the string value of the actual value from the field.
count int
The frequency count of the corresponding value in the field.