Class CfnAnalysis.PeriodOverPeriodComputationProperty
The period over period computation configuration.
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnAnalysis.PeriodOverPeriodComputationProperty : CfnAnalysis.IPeriodOverPeriodComputationProperty
Syntax (vb)
Public Class CfnAnalysis.PeriodOverPeriodComputationProperty Implements CfnAnalysis.IPeriodOverPeriodComputationProperty
Remarks
ExampleMetadata: fixture=_generated
Synopsis
Constructors
PeriodOverPeriodComputationProperty() | The period over period computation configuration. |
Properties
ComputationId | The ID for a computation. |
Name | The name of a computation. |
Time | The time field that is used in a computation. |
Value | The value field that is used in a computation. |
Constructors
PeriodOverPeriodComputationProperty()
The period over period computation configuration.
public PeriodOverPeriodComputationProperty()
Remarks
ExampleMetadata: fixture=_generated
Properties
ComputationId
The ID for a computation.
public string ComputationId { get; set; }
Property Value
Remarks
Name
The name of a computation.
public string? Name { get; set; }
Property Value
Remarks
Time
The time field that is used in a computation.
public object? Time { get; set; }
Property Value
Remarks
Value
The value field that is used in a computation.
public object? Value { get; set; }