Show / Hide Table of Contents

Class CfnDataSet.JoinKeyPropertiesProperty

Properties associated with the columns participating in a join.

Inheritance
object
CfnDataSet.JoinKeyPropertiesProperty
Implements
CfnDataSet.IJoinKeyPropertiesProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dataset-joinkeyproperties.html

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dataset-joinkeyproperties.html

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

object

Remarks

This is used by Quick Suite to optimize query performance.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dataset-joinkeyproperties.html#cfn-quicksight-dataset-joinkeyproperties-uniquekey

Type union: either bool or IResolvable

Implements

CfnDataSet.IJoinKeyPropertiesProperty
Back to top Generated by DocFX