NumericBucketingOption class

Input only.

Use this field to specify bucketing option for the histogram search response.

Constructors

NumericBucketingOption({List<double>? bucketBounds, bool? requiresMinMax})
NumericBucketingOption.fromJson(Map json_)

Properties

bucketBounds List<double>?
Two adjacent values form a histogram bucket.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
requiresMinMax bool?
If set to true, the histogram result includes minimum/maximum value of the numeric field.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited