Class CfnDataSetPropsMixin.PerformanceConfigurationProperty
Inherited Members
Namespace: Amazon.CDK.Mixins.Preview.AWS.QuickSight.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnDataSetPropsMixin.PerformanceConfigurationProperty : CfnDataSetPropsMixin.IPerformanceConfigurationProperty
Syntax (vb)
Public Class CfnDataSetPropsMixin.PerformanceConfigurationProperty Implements CfnDataSetPropsMixin.IPerformanceConfigurationProperty
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.Mixins.Preview.AWS.QuickSight.Mixins;
var performanceConfigurationProperty = new PerformanceConfigurationProperty {
UniqueKeys = new [] { new UniqueKeyProperty {
ColumnNames = new [] { "columnNames" }
} }
};
Synopsis
Constructors
| PerformanceConfigurationProperty() |
Properties
| UniqueKeys |
Constructors
PerformanceConfigurationProperty()
public PerformanceConfigurationProperty()
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.Mixins.Preview.AWS.QuickSight.Mixins;
var performanceConfigurationProperty = new PerformanceConfigurationProperty {
UniqueKeys = new [] { new UniqueKeyProperty {
ColumnNames = new [] { "columnNames" }
} }
};
Properties
UniqueKeys
public object? UniqueKeys { get; set; }