Interface CfnTemplatePropsMixin.ITopBottomMoversComputationProperty
The top movers and bottom movers computation setup.
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.QuickSight
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public interface CfnTemplatePropsMixin.ITopBottomMoversComputationProperty
Syntax (vb)
Public Interface CfnTemplatePropsMixin.ITopBottomMoversComputationProperty
Remarks
ExampleMetadata: fixture=_generated
Synopsis
Properties
| Category | The category field that is used in a computation. |
| ComputationId | The ID for a computation. |
| MoverSize | The mover size setup of the top and bottom movers computation. |
| Name | The name of a computation. |
| SortOrder | The sort order setup of the top and bottom movers computation. |
| Time | The time field that is used in a computation. |
| Type | The computation type. Choose from the following options:. |
| Value | The value field that is used in a computation. |
Properties
Category
The category field that is used in a computation.
object? Category { get; }
Property Value
Remarks
ComputationId
The ID for a computation.
string? ComputationId { get; }
Property Value
Remarks
MoverSize
The mover size setup of the top and bottom movers computation.
double? MoverSize { get; }
Property Value
Remarks
Name
The name of a computation.
string? Name { get; }
Property Value
Remarks
SortOrder
The sort order setup of the top and bottom movers computation.
string? SortOrder { get; }
Property Value
Remarks
Time
The time field that is used in a computation.
object? Time { get; }
Property Value
Remarks
Type
The computation type. Choose from the following options:.
string? Type { get; }
Property Value
Remarks
Value
The value field that is used in a computation.
object? Value { get; }