TopicRelativeDateFilter

data class TopicRelativeDateFilter(val constant: TopicSingularFilterConstant? = null, val relativeDateFilterFunction: TopicRelativeDateFilterFunction? = null, val timeGranularity: TopicTimeGranularity? = null)

Constructors

Link copied to clipboard
constructor(constant: TopicSingularFilterConstant? = null, relativeDateFilterFunction: TopicRelativeDateFilterFunction? = null, timeGranularity: TopicTimeGranularity? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The constant used in a relative date filter.

Link copied to clipboard

The function to be used in a relative date filter to determine the range of dates to include in the results. Valid values for this structure are BEFORE , AFTER , and BETWEEN .

Link copied to clipboard

The level of time precision that is used to aggregate DateTime values.