Show / Hide Table of Contents

Interface CfnAnalysis.INumericalAggregationFunctionProperty

Aggregation for numerical values.

Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnAnalysis.INumericalAggregationFunctionProperty
Syntax (vb)
Public Interface CfnAnalysis.INumericalAggregationFunctionProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-numericalaggregationfunction.html

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

PercentileAggregation

An aggregation based on the percentile of values in a dimension or measure.

SimpleNumericalAggregation

Built-in aggregation functions for numerical values.

Properties

PercentileAggregation

An aggregation based on the percentile of values in a dimension or measure.

object? PercentileAggregation { get; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-numericalaggregationfunction.html#cfn-quicksight-analysis-numericalaggregationfunction-percentileaggregation

SimpleNumericalAggregation

Built-in aggregation functions for numerical values.

string? SimpleNumericalAggregation { get; }
Property Value

string

Remarks

    See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-numericalaggregationfunction.html#cfn-quicksight-analysis-numericalaggregationfunction-simplenumericalaggregation

    Back to top Generated by DocFX