Interface CfnDataSetPropsMixin.ICastColumnTypeOperationProperty
A transform operation that casts a column to a different type.
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.QuickSight
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public interface CfnDataSetPropsMixin.ICastColumnTypeOperationProperty
Syntax (vb)
Public Interface CfnDataSetPropsMixin.ICastColumnTypeOperationProperty
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.CfnPropertyMixins.AWS.QuickSight;
var castColumnTypeOperationProperty = new CastColumnTypeOperationProperty {
ColumnName = "columnName",
Format = "format",
NewColumnType = "newColumnType",
SubType = "subType"
};
Synopsis
Properties
| ColumnName | Column name. |
| Format | When casting a column from string to datetime type, you can supply a string in a format supported by Quick Sight to denote the source data format. |
| NewColumnType | New column data type. |
| SubType | The sub data type of the new column. |
Properties
ColumnName
Column name.
string? ColumnName { get; }
Property Value
Remarks
Format
When casting a column from string to datetime type, you can supply a string in a format supported by Quick Sight to denote the source data format.
string? Format { get; }
Property Value
Remarks
NewColumnType
New column data type.
string? NewColumnType { get; }
Property Value
Remarks
SubType
The sub data type of the new column.
string? SubType { get; }
Property Value
Remarks
Sub types are only available for decimal columns that are part of a SPICE dataset.