Interface CfnConfiguredTable.IAggregateColumnProperty
Column in configured table that can be used in aggregate function in query.
Namespace: Amazon.CDK.AwsCleanrooms
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IAggregateColumnProperty
Syntax (vb)
Public Interface IAggregateColumnProperty
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_cleanrooms;
var aggregateColumnProperty = new AggregateColumnProperty {
ColumnNames = new [] { "columnNames" },
Function = "function"
};
Synopsis
Properties
Column |
Column names in configured table of aggregate columns. |
Function | Aggregation function that can be applied to aggregate column in query. |
Properties
ColumnNames
Column names in configured table of aggregate columns.
string[] ColumnNames { get; }
Property Value
System.
Remarks
Function
Aggregation function that can be applied to aggregate column in query.
string Function { get; }
Property Value
System.