AggregationResultHistogramBucket class
A histogram bucket with a lower and upper bound, and a count of items with a field value between those bounds.
The lower bound is inclusive and the upper bound is exclusive. Lower bound may be -infinity and upper bound may be infinity.
Constructors
- AggregationResultHistogramBucket({String? count, double? lowerBound, double? upperBound})
- AggregationResultHistogramBucket.fromJson(Map json_)
Properties
- count ↔ String?
-
Count of items in the bucket.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- lowerBound ↔ double?
-
Lower bound - inclusive.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- upperBound ↔ double?
-
Upper bound - exclusive.
getter/setter pair
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