DateRangeBucket
data class DateRangeBucket<T>(key: String, docCount: Long, from: Double?, fromAsString: String?, fromAsDatetime: T?, to: Double?, toAsString: String?, toAsDatetime: T?, aggs: Map<String, AggregationResult>) : KeyedBucket<String>
Content copied to clipboard
Functions
Properties
aggs
Link copied to clipboard
fromAsDatetime
Link copied to clipboard
fromAsString
Link copied to clipboard
toAsDatetime
Link copied to clipboard
toAsString
Link copied to clipboard