Class DateRangeAggregate

All Implemented Interfaces:
AggregateVariant, JsonpSerializable

@JsonpDeserializable
public class DateRangeAggregate
extends RangeAggregate
implements AggregateVariant
Result of a date_range aggregation. Same format as a for a range aggregation: from and to in buckets are milliseconds since the Epoch, represented as a floating point number.
See Also:
API specification