Class CfnTemplate.KPISortConfigurationProperty
The sort configuration of a KPI visual.
Inheritance
Implements
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class KPISortConfigurationProperty : Object, CfnTemplate.IKPISortConfigurationProperty
Syntax (vb)
Public Class KPISortConfigurationProperty
Inherits Object
Implements CfnTemplate.IKPISortConfigurationProperty
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 kPISortConfigurationProperty = new KPISortConfigurationProperty {
TrendGroupSort = new [] { new FieldSortOptionsProperty {
ColumnSort = new ColumnSortProperty {
Direction = "direction",
SortBy = new ColumnIdentifierProperty {
ColumnName = "columnName",
DataSetIdentifier = "dataSetIdentifier"
},
// the properties below are optional
AggregationFunction = new AggregationFunctionProperty {
AttributeAggregationFunction = new AttributeAggregationFunctionProperty {
SimpleAttributeAggregation = "simpleAttributeAggregation",
ValueForMultipleValues = "valueForMultipleValues"
},
CategoricalAggregationFunction = "categoricalAggregationFunction",
DateAggregationFunction = "dateAggregationFunction",
NumericalAggregationFunction = new NumericalAggregationFunctionProperty {
PercentileAggregation = new PercentileAggregationProperty {
PercentileValue = 123
},
SimpleNumericalAggregation = "simpleNumericalAggregation"
}
}
},
FieldSort = new FieldSortProperty {
Direction = "direction",
FieldId = "fieldId"
}
} }
};
Synopsis
Constructors
KPISort |
Properties
Trend |
The sort configuration of the trend group fields. |
Constructors
KPISortConfigurationProperty()
public KPISortConfigurationProperty()
Properties
TrendGroupSort
The sort configuration of the trend group fields.
public object TrendGroupSort { get; set; }
Property Value
System.