Class CfnTemplate.CalculatedFieldProperty
The calculated field of an analysis.
Inheritance
System.Object
CfnTemplate.CalculatedFieldProperty
Implements
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CalculatedFieldProperty : Object, CfnTemplate.ICalculatedFieldProperty
Syntax (vb)
Public Class CalculatedFieldProperty
Inherits Object
Implements CfnTemplate.ICalculatedFieldProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.QuickSight;
var calculatedFieldProperty = new CalculatedFieldProperty {
DataSetIdentifier = "dataSetIdentifier",
Expression = "expression",
Name = "name"
};
Synopsis
Constructors
CalculatedFieldProperty() |
Properties
DataSetIdentifier | The data set that is used in this calculated field. |
Expression | The expression of the calculated field. |
Name | The name of the calculated field. |
Constructors
CalculatedFieldProperty()
public CalculatedFieldProperty()
Properties
DataSetIdentifier
The data set that is used in this calculated field.
public string DataSetIdentifier { get; set; }
Property Value
System.String
Remarks
Expression
The expression of the calculated field.
public string Expression { get; set; }
Property Value
System.String
Remarks
Name
The name of the calculated field.
public string Name { get; set; }
Property Value
System.String