AnalysisTopBottomFilterArgs

data class AnalysisTopBottomFilterArgs(val aggregationSortConfigurations: Output<List<AnalysisAggregationSortConfigurationArgs>>, val column: Output<AnalysisColumnIdentifierArgs>, val defaultFilterControlConfiguration: Output<AnalysisDefaultFilterControlConfigurationArgs>? = null, val filterId: Output<String>, val limit: Output<Double>? = null, val parameterName: Output<String>? = null, val timeGranularity: Output<AnalysisTimeGranularity>? = null) : ConvertibleToJava<AnalysisTopBottomFilterArgs>

Constructors

Link copied to clipboard
constructor(aggregationSortConfigurations: Output<List<AnalysisAggregationSortConfigurationArgs>>, column: Output<AnalysisColumnIdentifierArgs>, defaultFilterControlConfiguration: Output<AnalysisDefaultFilterControlConfigurationArgs>? = null, filterId: Output<String>, limit: Output<Double>? = null, parameterName: Output<String>? = null, timeGranularity: Output<AnalysisTimeGranularity>? = null)

Properties

Link copied to clipboard

The aggregation and sort configuration of the top bottom filter.

Link copied to clipboard

The column that the filter is applied to.

Link copied to clipboard

The default configurations for the associated controls. This applies only for filters that are scoped to multiple sheets.

Link copied to clipboard
val filterId: Output<String>

An identifier that uniquely identifies a filter within a dashboard, analysis, or template.

Link copied to clipboard
val limit: Output<Double>? = null

The number of items to include in the top bottom filter results.

Link copied to clipboard
val parameterName: Output<String>? = null

The parameter whose value should be used for the filter value.

Link copied to clipboard

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

Functions

Link copied to clipboard
open override fun toJava(): AnalysisTopBottomFilterArgs