Class CfnDataSet.JoinKeyPropertiesProperty
Properties associated with the columns participating in a join.
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnDataSet.JoinKeyPropertiesProperty : CfnDataSet.IJoinKeyPropertiesProperty
Syntax (vb)
Public Class CfnDataSet.JoinKeyPropertiesProperty Implements CfnDataSet.IJoinKeyPropertiesProperty
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 joinKeyPropertiesProperty = new JoinKeyPropertiesProperty {
UniqueKey = false
};
Synopsis
Constructors
| JoinKeyPropertiesProperty() | Properties associated with the columns participating in a join. |
Properties
| UniqueKey | A value that indicates that a row in a table is uniquely identified by the columns in a join key. |
Constructors
JoinKeyPropertiesProperty()
Properties associated with the columns participating in a join.
public JoinKeyPropertiesProperty()
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 joinKeyPropertiesProperty = new JoinKeyPropertiesProperty {
UniqueKey = false
};
Properties
UniqueKey
A value that indicates that a row in a table is uniquely identified by the columns in a join key.
public object? UniqueKey { get; set; }
Property Value
Remarks
This is used by Quick Suite to optimize query performance.
Type union: either bool or IResolvable