Class CfnDataSet.DataPrepPercentileAggregationFunctionProperty
Inherited Members
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
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
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
Remarks
PercentileValue
public double PercentileValue { get; set; }