Analysis Time Range Filter Args
data class AnalysisTimeRangeFilterArgs(val column: Output<AnalysisColumnIdentifierArgs>, val defaultFilterControlConfiguration: Output<AnalysisDefaultFilterControlConfigurationArgs>? = null, val excludePeriodConfiguration: Output<AnalysisExcludePeriodConfigurationArgs>? = null, val filterId: Output<String>, val includeMaximum: Output<Boolean>? = null, val includeMinimum: Output<Boolean>? = null, val nullOption: Output<AnalysisFilterNullOption>, val rangeMaximumValue: Output<AnalysisTimeRangeFilterValueArgs>? = null, val rangeMinimumValue: Output<AnalysisTimeRangeFilterValueArgs>? = null, val timeGranularity: Output<AnalysisTimeGranularity>? = null) : ConvertibleToJava<AnalysisTimeRangeFilterArgs>
Constructors
Link copied to clipboard
constructor(column: Output<AnalysisColumnIdentifierArgs>, defaultFilterControlConfiguration: Output<AnalysisDefaultFilterControlConfigurationArgs>? = null, excludePeriodConfiguration: Output<AnalysisExcludePeriodConfigurationArgs>? = null, filterId: Output<String>, includeMaximum: Output<Boolean>? = null, includeMinimum: Output<Boolean>? = null, nullOption: Output<AnalysisFilterNullOption>, rangeMaximumValue: Output<AnalysisTimeRangeFilterValueArgs>? = null, rangeMinimumValue: Output<AnalysisTimeRangeFilterValueArgs>? = null, timeGranularity: Output<AnalysisTimeGranularity>? = null)
Properties
Link copied to clipboard
The column that the filter is applied to.
Link copied to clipboard
val defaultFilterControlConfiguration: Output<AnalysisDefaultFilterControlConfigurationArgs>? = null
The default configurations for the associated controls. This applies only for filters that are scoped to multiple sheets.
Link copied to clipboard
The exclude period of the time range filter.
Link copied to clipboard
Determines whether the maximum value in the filter value range should be included in the filtered results.
Link copied to clipboard
Determines whether the minimum value in the filter value range should be included in the filtered results.
Link copied to clipboard
This option determines how null values should be treated when filtering data.
Link copied to clipboard
The maximum value for the filter value range.
Link copied to clipboard
The minimum value for the filter value range.
Link copied to clipboard
The level of time precision that is used to aggregate DateTime
values.