Interface DateHistogramGroupSource.Interval

All Superinterfaces:
ToXContent, ToXContentFragment
All Known Implementing Classes:
DateHistogramGroupSource.CalendarInterval, DateHistogramGroupSource.FixedInterval
Enclosing class:
DateHistogramGroupSource

public static interface DateHistogramGroupSource.Interval
extends ToXContentFragment
Interval can be specified in 2 ways: fixed_interval fixed intervals like 1h, 1m, 1d calendar_interval calendar aware intervals like 1M, 1Y, ... Note: transform does not support the deprecated interval option