Interface CfnAnalysis.IColumnIdentifierProperty
A column of a data set.
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.AWS.QuickSight.dll
Syntax (csharp)
public interface IColumnIdentifierProperty
Syntax (vb)
Public Interface IColumnIdentifierProperty
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 columnIdentifierProperty = new ColumnIdentifierProperty {
ColumnName = "columnName",
DataSetIdentifier = "dataSetIdentifier"
};
Synopsis
Properties
Column |
The name of the column. |
Data |
The data set that the column belongs to. |
Properties
ColumnName
The name of the column.
string ColumnName { get; }
Property Value
System.
Remarks
DataSetIdentifier
The data set that the column belongs to.
string DataSetIdentifier { get; }
Property Value
System.