DomainFacetHistogramResult
Defined in: js-api/src/domains.ts:414
Result of a 'histogram' facet: buckets respect the filter, totalBuckets ignore it.
Properties
| Property | Type | Defined in |
|---|---|---|
buckets | number[] | js-api/src/domains.ts:416 |
max | string | number | null | js-api/src/domains.ts:415 |
min | string | number | null | js-api/src/domains.ts:415 |
nulls | number | js-api/src/domains.ts:416 |
totalBuckets | number[] | js-api/src/domains.ts:416 |