Interface CfnAnalysis.ITableAggregatedFieldWellsProperty
The aggregated field well for the table.
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnAnalysis.ITableAggregatedFieldWellsProperty
Syntax (vb)
Public Interface CfnAnalysis.ITableAggregatedFieldWellsProperty
Remarks
ExampleMetadata: fixture=_generated
Synopsis
Properties
GroupBy | The group by field well for a pivot table. |
Values | The values field well for a pivot table. |
Properties
GroupBy
The group by field well for a pivot table.
object? GroupBy { get; }
Property Value
Remarks
Values
The values field well for a pivot table.
object? Values { get; }
Property Value
Remarks
Values are aggregated based on group by fields.