Class CfnTemplate.TopBottomRankedComputationProperty
The top ranked and bottom ranked computation configuration.
Inheritance
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class TopBottomRankedComputationProperty : Object, CfnTemplate.ITopBottomRankedComputationProperty
Syntax (vb)
Public Class TopBottomRankedComputationProperty
Inherits Object
Implements CfnTemplate.ITopBottomRankedComputationProperty
Remarks
ExampleMetadata: fixture=_generated
Synopsis
Constructors
Top |
Properties
Category | The category field that is used in a computation. |
Computation |
The ID for a computation. |
Name | The name of a computation. |
Result |
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()
public TopBottomRankedComputationProperty()
Properties
Category
The category field that is used in a computation.
public object Category { get; set; }
Property Value
System.
Remarks
ComputationId
The ID for a computation.
public string ComputationId { get; set; }
Property Value
System.
Remarks
Name
The name of a computation.
public string Name { get; set; }
Property Value
System.
Remarks
ResultSize
The result size of a top and bottom ranked computation.
public Nullable<double> ResultSize { get; set; }
Property Value
System.
Remarks
Type
The computation type. Choose one of the following options:.
public string Type { get; set; }
Property Value
System.
Remarks
Value
The value field that is used in a computation.
public object Value { get; set; }
Property Value
System.