Topic Relative Date Filter Args
data class TopicRelativeDateFilterArgs(val constant: Output<TopicSingularFilterConstantArgs>? = null, val relativeDateFilterFunction: Output<TopicRelativeDateFilterFunction>? = null, val timeGranularity: Output<TopicTimeGranularity>? = null) : ConvertibleToJava<TopicRelativeDateFilterArgs>
Constructors
Link copied to clipboard
constructor(constant: Output<TopicSingularFilterConstantArgs>? = null, relativeDateFilterFunction: Output<TopicRelativeDateFilterFunction>? = null, timeGranularity: Output<TopicTimeGranularity>? = null)
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.