Class CfnAnalysis.ComputationProperty
The computation union that is used in an insight visual.
Inheritance
Implements
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class ComputationProperty : Object, CfnAnalysis.IComputationProperty
Syntax (vb)
Public Class ComputationProperty
Inherits Object
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
Computation |
Properties
Forecast | The forecast computation configuration. |
Growth |
The growth rate computation configuration. |
Maximum |
The maximum and minimum computation configuration. |
Metric |
The metric comparison computation configuration. |
Period |
The period over period computation configuration. |
Period |
The period to |
Top |
The top movers and bottom movers computation configuration. |
Top |
The top ranked and bottom ranked computation configuration. |
Total |
The total aggregation computation configuration. |
Unique |
The unique values computation configuration. |
Constructors
ComputationProperty()
public ComputationProperty()
Properties
Forecast
The forecast computation configuration.
public object Forecast { get; set; }
Property Value
System.
Remarks
GrowthRate
The growth rate computation configuration.
public object GrowthRate { get; set; }
Property Value
System.
Remarks
MaximumMinimum
The maximum and minimum computation configuration.
public object MaximumMinimum { get; set; }
Property Value
System.
Remarks
MetricComparison
The metric comparison computation configuration.
public object MetricComparison { get; set; }
Property Value
System.
Remarks
PeriodOverPeriod
The period over period computation configuration.
public object PeriodOverPeriod { get; set; }
Property Value
System.
Remarks
PeriodToDate
The period to DataSetIdentifier
computation configuration.
public object PeriodToDate { get; set; }
Property Value
System.
Remarks
TopBottomMovers
The top movers and bottom movers computation configuration.
public object TopBottomMovers { get; set; }
Property Value
System.
Remarks
TopBottomRanked
The top ranked and bottom ranked computation configuration.
public object TopBottomRanked { get; set; }
Property Value
System.
Remarks
TotalAggregation
The total aggregation computation configuration.
public object TotalAggregation { get; set; }
Property Value
System.
Remarks
UniqueValues
The unique values computation configuration.
public object UniqueValues { get; set; }
Property Value
System.