integerFacetingOptions property
If set, describes integer faceting options for the given integer property.
The corresponding integer property in the schema should be marked isFacetable. The number of buckets returned would be minimum of this and num_facet_buckets.
Implementation
IntegerFacetingOptions? integerFacetingOptions;