Interface CfnTopicPropsMixin.IComparativeOrderProperty
The order in which data is displayed for the column when it's used in a comparative context.
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.QuickSight
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public interface CfnTopicPropsMixin.IComparativeOrderProperty
Syntax (vb)
Public Interface CfnTopicPropsMixin.IComparativeOrderProperty
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.CfnPropertyMixins.AWS.QuickSight;
var comparativeOrderProperty = new ComparativeOrderProperty {
SpecifedOrder = new [] { "specifedOrder" },
TreatUndefinedSpecifiedValues = "treatUndefinedSpecifiedValues",
UseOrdering = "useOrdering"
};
Synopsis
Properties
| SpecifedOrder | The list of columns to be used in the ordering. |
| TreatUndefinedSpecifiedValues | The treat of undefined specified values. |
| UseOrdering | The ordering type for a column. |
Properties
SpecifedOrder
The list of columns to be used in the ordering.
string[]? SpecifedOrder { get; }
Property Value
string[]
Remarks
TreatUndefinedSpecifiedValues
The treat of undefined specified values.
string? TreatUndefinedSpecifiedValues { get; }
Property Value
Remarks
Valid values for this structure are LEAST and MOST .
UseOrdering
The ordering type for a column.
string? UseOrdering { get; }
Property Value
Remarks
Valid values for this structure are GREATER_IS_BETTER , LESSER_IS_BETTER and SPECIFIED .