Interface CfnAnalysisPropsMixin.ITotalAggregationOptionProperty
The total aggregation settings map of a field id.
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.QuickSight
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public interface CfnAnalysisPropsMixin.ITotalAggregationOptionProperty
Syntax (vb)
Public Interface CfnAnalysisPropsMixin.ITotalAggregationOptionProperty
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.CfnPropertyMixins.AWS.QuickSight;
var totalAggregationOptionProperty = new TotalAggregationOptionProperty {
FieldId = "fieldId",
TotalAggregationFunction = new TotalAggregationFunctionProperty {
SimpleTotalAggregationFunction = "simpleTotalAggregationFunction"
}
};
Synopsis
Properties
| FieldId | The field id that's associated with the total aggregation option. |
| TotalAggregationFunction | The total aggregation function that you want to set for a specified field id. |
Properties
FieldId
The field id that's associated with the total aggregation option.
string? FieldId { get; }
Property Value
Remarks
TotalAggregationFunction
The total aggregation function that you want to set for a specified field id.
object? TotalAggregationFunction { get; }