Class CfnAnalysis.ComputationProperty
The computation union that is used in an insight visual.
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnAnalysis.ComputationProperty : CfnAnalysis.IComputationProperty
Syntax (vb)
Public Class CfnAnalysis.ComputationProperty Implements CfnAnalysis.IComputationProperty
Remarks
This is a union type structure. For this structure to be valid, only one of the attributes can be defined.
ExampleMetadata: fixture=_generated
Synopsis
Constructors
ComputationProperty() | The computation union that is used in an insight visual. |
Properties
Forecast | The forecast computation configuration. |
GrowthRate | The growth rate computation configuration. |
MaximumMinimum | The maximum and minimum computation configuration. |
MetricComparison | The metric comparison computation configuration. |
PeriodOverPeriod | The period over period computation configuration. |
PeriodToDate | The period to |
TopBottomMovers | The top movers and bottom movers computation configuration. |
TopBottomRanked | The top ranked and bottom ranked computation configuration. |
TotalAggregation | The total aggregation computation configuration. |
UniqueValues | The unique values computation configuration. |
Constructors
ComputationProperty()
The computation union that is used in an insight visual.
public ComputationProperty()
Remarks
This is a union type structure. For this structure to be valid, only one of the attributes can be defined.
ExampleMetadata: fixture=_generated
Properties
Forecast
The forecast computation configuration.
public object? Forecast { get; set; }
Property Value
Remarks
GrowthRate
The growth rate computation configuration.
public object? GrowthRate { get; set; }
Property Value
Remarks
MaximumMinimum
The maximum and minimum computation configuration.
public object? MaximumMinimum { get; set; }
Property Value
Remarks
MetricComparison
The metric comparison computation configuration.
public object? MetricComparison { get; set; }
Property Value
Remarks
PeriodOverPeriod
The period over period computation configuration.
public object? PeriodOverPeriod { get; set; }
Property Value
Remarks
PeriodToDate
The period to DataSetIdentifier
computation configuration.
public object? PeriodToDate { get; set; }
Property Value
Remarks
TopBottomMovers
The top movers and bottom movers computation configuration.
public object? TopBottomMovers { get; set; }
Property Value
Remarks
TopBottomRanked
The top ranked and bottom ranked computation configuration.
public object? TopBottomRanked { get; set; }
Property Value
Remarks
TotalAggregation
The total aggregation computation configuration.
public object? TotalAggregation { get; set; }
Property Value
Remarks
UniqueValues
The unique values computation configuration.
public object? UniqueValues { get; set; }