Interface CfnDashboard.IAggregationFunctionProperty
An aggregation function aggregates values from a dimension or measure.
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IAggregationFunctionProperty
Syntax (vb)
Public Interface IAggregationFunctionProperty
Remarks
This is a union type structure. For this structure to be valid, only one of the attributes can be defined.
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 aggregationFunctionProperty = new AggregationFunctionProperty {
AttributeAggregationFunction = new AttributeAggregationFunctionProperty {
SimpleAttributeAggregation = "simpleAttributeAggregation",
ValueForMultipleValues = "valueForMultipleValues"
},
CategoricalAggregationFunction = "categoricalAggregationFunction",
DateAggregationFunction = "dateAggregationFunction",
NumericalAggregationFunction = new NumericalAggregationFunctionProperty {
PercentileAggregation = new PercentileAggregationProperty {
PercentileValue = 123
},
SimpleNumericalAggregation = "simpleNumericalAggregation"
}
};
Synopsis
Properties
Attribute |
Aggregation for attributes. |
Categorical |
Aggregation for categorical values. |
Date |
Aggregation for date values. |
Numerical |
Aggregation for numerical values. |
Properties
AttributeAggregationFunction
Aggregation for attributes.
virtual object AttributeAggregationFunction { get; }
Property Value
System.
Remarks
CategoricalAggregationFunction
Aggregation for categorical values.
virtual string CategoricalAggregationFunction { get; }
Property Value
System.
Remarks
DateAggregationFunction
Aggregation for date values.
virtual string DateAggregationFunction { get; }
Property Value
System.
Remarks
NumericalAggregationFunction
Aggregation for numerical values.
virtual object NumericalAggregationFunction { get; }
Property Value
System.