Show / Hide Table of Contents

Class CfnAnalysisPropsMixin.TopBottomRankedComputationProperty

The top ranked and bottom ranked computation configuration.

Inheritance
object
CfnAnalysisPropsMixin.TopBottomRankedComputationProperty
Implements
CfnAnalysisPropsMixin.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.CfnPropertyMixins.AWS.QuickSight
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnAnalysisPropsMixin.TopBottomRankedComputationProperty : CfnAnalysisPropsMixin.ITopBottomRankedComputationProperty
Syntax (vb)
Public Class CfnAnalysisPropsMixin.TopBottomRankedComputationProperty Implements CfnAnalysisPropsMixin.ITopBottomRankedComputationProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-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-analysis-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-analysis-topbottomrankedcomputation.html#cfn-quicksight-analysis-topbottomrankedcomputation-category

Type union: either IResolvable or CfnAnalysisPropsMixin.IDimensionFieldProperty

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-analysis-topbottomrankedcomputation.html#cfn-quicksight-analysis-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-analysis-topbottomrankedcomputation.html#cfn-quicksight-analysis-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-analysis-topbottomrankedcomputation.html#cfn-quicksight-analysis-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-analysis-topbottomrankedcomputation.html#cfn-quicksight-analysis-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-analysis-topbottomrankedcomputation.html#cfn-quicksight-analysis-topbottomrankedcomputation-value

    Type union: either IResolvable or CfnAnalysisPropsMixin.IMeasureFieldProperty

    Implements

    CfnAnalysisPropsMixin.ITopBottomRankedComputationProperty
    Back to top Generated by DocFX