Interface CfnAnalysis.IPeriodToDateComputationProperty
The period to date computation configuration.
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnAnalysis.IPeriodToDateComputationProperty
Syntax (vb)
Public Interface CfnAnalysis.IPeriodToDateComputationProperty
Remarks
ExampleMetadata: fixture=_generated
Synopsis
Properties
ComputationId | The ID for a computation. |
Name | The name of a computation. |
PeriodTimeGranularity | The time granularity setup of period to date computation. Choose from the following options:. |
Time | The time field that is used in a computation. |
Value | The value field that is used in a computation. |
Properties
ComputationId
The ID for a computation.
string ComputationId { get; }
Property Value
Remarks
Name
The name of a computation.
string? Name { get; }
Property Value
Remarks
PeriodTimeGranularity
The time granularity setup of period to date computation. Choose from the following options:.
string? PeriodTimeGranularity { get; }
Property Value
Remarks
Time
The time field that is used in a computation.
object? Time { get; }
Property Value
Remarks
Value
The value field that is used in a computation.
object? Value { get; }