Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

DateHistogramAggUI

PropertyDescriptionDefaultTypeRequired
levelPrivate value used to indicate the current level of deepness of the histogram0intNo



DateHistogramAgg

PropertyDescriptionDefaultTypeRequired
typeType of aggregationDynamicAggType.DATE_HISTOGRAMDynamicAggTypeYes
fixed_intervalFixed intervals for aggregationNoneUnion[List[str], None]No
calendar_intervalCalendar-aware intervals for aggregationNoneUnion[List[str], None]No
formatDisplay format of each date['yyyy-MM-dd']List[str]No
time_zone

Time zone in which any time display will be shown

Note
The time zone value should match the time zone of the stored data, otherwise there will be conversion issues.
NoneUnion[List[str], None]No
min_doc_countMinimum document count required to display the aggregation[0]Union[List[int], List[float]]No
offsetOffset value for the aggregationNoneUnion[str, None]No
orderIndicates the order in which the values should be displayedNoneUnion[OrderEntry, None]No
ui_onlySection dedicated to UI transformation options only. Not required for the regular aggregation processNoneUnion[DateHistogramAggUI, None]No