You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

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_zoneTime zone in which any time display will be shownNoneUnion[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
  • No labels