Show / Hide Table of Contents

Class CfnTemplate.TopBottomRankedComputationProperty

The top ranked and bottom ranked computation configuration.

Inheritance
object
CfnTemplate.TopBottomRankedComputationProperty
Implements
CfnTemplate.ITopBottomRankedComputationProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnTemplate.TopBottomRankedComputationProperty : CfnTemplate.ITopBottomRankedComputationProperty
Syntax (vb)
Public Class CfnTemplate.TopBottomRankedComputationProperty Implements CfnTemplate.ITopBottomRankedComputationProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-topbottomrankedcomputation.html

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-topbottomrankedcomputation.html

ExampleMetadata: fixture=_generated

Properties

Category

The category field that is used in a computation.

public object? Category { get; set; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-topbottomrankedcomputation.html#cfn-quicksight-template-topbottomrankedcomputation-category

ComputationId

The ID for a computation.

public string ComputationId { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-topbottomrankedcomputation.html#cfn-quicksight-template-topbottomrankedcomputation-computationid

Name

The name of a computation.

public string? Name { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-topbottomrankedcomputation.html#cfn-quicksight-template-topbottomrankedcomputation-name

ResultSize

The result size of a top and bottom ranked computation.

public double? ResultSize { get; set; }
Property Value

double?

Remarks

Default: - 0

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-topbottomrankedcomputation.html#cfn-quicksight-template-topbottomrankedcomputation-resultsize

Type

The computation type. Choose one of the following options:.

public string Type { get; set; }
Property Value

string

Remarks

    See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-topbottomrankedcomputation.html#cfn-quicksight-template-topbottomrankedcomputation-type

    Value

    The value field that is used in a computation.

    public object? Value { get; set; }
    Property Value

    object

    Remarks

    See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-topbottomrankedcomputation.html#cfn-quicksight-template-topbottomrankedcomputation-value

    Implements

    CfnTemplate.ITopBottomRankedComputationProperty
    Back to top Generated by DocFX