Interface CfnAnalysis.IMetricComparisonComputationProperty
The metric comparison computation configuration.
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IMetricComparisonComputationProperty
Syntax (vb)
Public Interface IMetricComparisonComputationProperty
Remarks
ExampleMetadata: fixture=_generated
Synopsis
Properties
Computation |
The ID for a computation. |
From |
The field that is used in a metric comparison from value setup. |
Name | The name of a computation. |
Target |
The field that is used in a metric comparison to value setup. |
Time | The time field that is used in a computation. |
Properties
ComputationId
The ID for a computation.
string ComputationId { get; }
Property Value
System.
Remarks
FromValue
The field that is used in a metric comparison from value setup.
virtual object FromValue { get; }
Property Value
System.
Remarks
Name
The name of a computation.
virtual string Name { get; }
Property Value
System.
Remarks
TargetValue
The field that is used in a metric comparison to value setup.
virtual object TargetValue { get; }
Property Value
System.
Remarks
Time
The time field that is used in a computation.
virtual object Time { get; }
Property Value
System.