Class DateHistogramGroupConfig.FixedInterval

java.lang.Object
org.elasticsearch.client.rollup.job.config.DateHistogramGroupConfig
org.elasticsearch.client.rollup.job.config.DateHistogramGroupConfig.FixedInterval
All Implemented Interfaces:
Validatable, ToXContent, ToXContentObject
Enclosing class:
DateHistogramGroupConfig

public static class DateHistogramGroupConfig.FixedInterval
extends DateHistogramGroupConfig
FixedInterval is a DateHistogramGroupConfig that uses a fixed time interval for rolling up data. The fixed time interval is one or multiples of SI units and has no calendar-awareness (e.g. doesn't account for leap corrections, does not have variable length months, etc). For calendar-aware rollups, use DateHistogramGroupConfig.CalendarInterval