requirePreciseResultSize property

bool? requirePreciseResultSize
getter/setter pair

Controls if the histogram query requires the return of a precise count.

Enable this flag may adversely impact performance. Defaults to true.

Implementation

core.bool? requirePreciseResultSize;