DateRange (Base Model)

PropertyDescriptionDefaultTypeRequired
keyString key representing the date rangeNoneUnion[str, None]No
startSpecify the start date for the rangeNoneUnion[str, None]No
start_displayText to show for the start rangeNoneUnion[str, None]No
endSpecify the end date for the rangeNoneUnion[str, None]No
end_displayText to show for the end rangeNoneUnion[str, None]No


DateRangeAgg

PropertyDescriptionDefaultTypeRequired
keyString key representing the date rangeNoneUnion[str, None]No
startSpecify the start date for the rangeNoneUnion[str, None]No
start_displayText to show for the start rangeNoneUnion[str, None]No
endSpecify the end date for the rangeNoneUnion[str, None]No
end_displayText to show for the end rangeNoneUnion[str, None]No
Aggregations such as Range and Date Range should always be defined with non overlapping ranges.  While functionally it might work, the number of results can be unpredictable if overlapped ranges are selected by the user.
  • No labels