Interface CfnAnalysis.INumericalAggregationFunctionProperty
Aggregation for numerical values.
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface INumericalAggregationFunctionProperty
Syntax (vb)
Public Interface INumericalAggregationFunctionProperty
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 numericalAggregationFunctionProperty = new NumericalAggregationFunctionProperty {
PercentileAggregation = new PercentileAggregationProperty {
PercentileValue = 123
},
SimpleNumericalAggregation = "simpleNumericalAggregation"
};
Synopsis
Properties
Percentile |
An aggregation based on the percentile of values in a dimension or measure. |
Simple |
Built-in aggregation functions for numerical values. |
Properties
PercentileAggregation
An aggregation based on the percentile of values in a dimension or measure.
virtual object PercentileAggregation { get; }
Property Value
System.
Remarks
SimpleNumericalAggregation
Built-in aggregation functions for numerical values.
virtual string SimpleNumericalAggregation { get; }
Property Value
System.