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