Show / Hide Table of Contents

Class CfnDataSet.DataPrepPercentileAggregationFunctionProperty

Inheritance
object
CfnDataSet.DataPrepPercentileAggregationFunctionProperty
Implements
CfnDataSet.IDataPrepPercentileAggregationFunctionProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnDataSet.DataPrepPercentileAggregationFunctionProperty : CfnDataSet.IDataPrepPercentileAggregationFunctionProperty
Syntax (vb)
Public Class CfnDataSet.DataPrepPercentileAggregationFunctionProperty Implements CfnDataSet.IDataPrepPercentileAggregationFunctionProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dataset-datapreppercentileaggregationfunction.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 dataPrepPercentileAggregationFunctionProperty = new DataPrepPercentileAggregationFunctionProperty {
                 PercentileValue = 123,

                 // the properties below are optional
                 InputColumnName = "inputColumnName"
             };

Synopsis

Constructors

DataPrepPercentileAggregationFunctionProperty()

Properties

InputColumnName
PercentileValue

Constructors

DataPrepPercentileAggregationFunctionProperty()

public DataPrepPercentileAggregationFunctionProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dataset-datapreppercentileaggregationfunction.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 dataPrepPercentileAggregationFunctionProperty = new DataPrepPercentileAggregationFunctionProperty {
                 PercentileValue = 123,

                 // the properties below are optional
                 InputColumnName = "inputColumnName"
             };

Properties

InputColumnName

public string? InputColumnName { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dataset-datapreppercentileaggregationfunction.html#cfn-quicksight-dataset-datapreppercentileaggregationfunction-inputcolumnname

PercentileValue

public double PercentileValue { get; set; }
Property Value

double

Remarks

Default: - 0

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dataset-datapreppercentileaggregationfunction.html#cfn-quicksight-dataset-datapreppercentileaggregationfunction-percentilevalue

Implements

CfnDataSet.IDataPrepPercentileAggregationFunctionProperty
Back to top Generated by DocFX