Class CfnDashboardPropsMixin.TopBottomRankedComputationProperty
The top ranked and bottom ranked computation configuration.
Inherited Members
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.QuickSight
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnDashboardPropsMixin.TopBottomRankedComputationProperty : CfnDashboardPropsMixin.ITopBottomRankedComputationProperty
Syntax (vb)
Public Class CfnDashboardPropsMixin.TopBottomRankedComputationProperty Implements CfnDashboardPropsMixin.ITopBottomRankedComputationProperty
Remarks
ExampleMetadata: fixture=_generated
Synopsis
Constructors
| TopBottomRankedComputationProperty() | The top ranked and bottom ranked computation configuration. |
Properties
| Category | The category field that is used in a computation. |
| ComputationId | The ID for a computation. |
| Name | The name of a computation. |
| ResultSize | The result size of a top and bottom ranked computation. |
| Type | The computation type. Choose one of the following options:. |
| Value | The value field that is used in a computation. |
Constructors
TopBottomRankedComputationProperty()
The top ranked and bottom ranked computation configuration.
public TopBottomRankedComputationProperty()
Remarks
ExampleMetadata: fixture=_generated
Properties
Category
The category field that is used in a computation.
public object? Category { get; set; }
Property Value
Remarks
ComputationId
The ID for a computation.
public string? ComputationId { get; set; }
Property Value
Remarks
Name
The name of a computation.
public string? Name { get; set; }
Property Value
Remarks
ResultSize
The result size of a top and bottom ranked computation.
public double? ResultSize { get; set; }
Property Value
Remarks
Type
The computation type. Choose one of the following options:.
public string? Type { get; set; }
Property Value
Remarks
Value
The value field that is used in a computation.
public object? Value { get; set; }