Interface CfnTemplate.IAggregationSortConfigurationProperty
The configuration options to sort aggregated values.
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.AWS.QuickSight.dll
Syntax (csharp)
public interface IAggregationSortConfigurationProperty
Syntax (vb)
Public Interface IAggregationSortConfigurationProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.QuickSight;
var aggregationSortConfigurationProperty = new AggregationSortConfigurationProperty {
AggregationFunction = new AggregationFunctionProperty {
CategoricalAggregationFunction = "categoricalAggregationFunction",
DateAggregationFunction = "dateAggregationFunction",
NumericalAggregationFunction = new NumericalAggregationFunctionProperty {
PercentileAggregation = new PercentileAggregationProperty {
PercentileValue = 123
},
SimpleNumericalAggregation = "simpleNumericalAggregation"
}
},
Column = new ColumnIdentifierProperty {
ColumnName = "columnName",
DataSetIdentifier = "dataSetIdentifier"
},
SortDirection = "sortDirection"
};
Synopsis
Properties
Aggregation |
The function that aggregates the values in |
Column | The column that determines the sort order of aggregated values. |
Sort |
The sort direction of values. |
Properties
AggregationFunction
The function that aggregates the values in Column
.
object AggregationFunction { get; }
Property Value
System.
Remarks
Column
The column that determines the sort order of aggregated values.
object Column { get; }
Property Value
System.
Remarks
SortDirection
The sort direction of values.
string SortDirection { get; }
Property Value
System.