AdfDataflowUnpivotDataType Enumeration
AdfDataflowUnpivotDataType Enumeration
Sets the data type of the unpivot column in unpivot dataflow transformations in Azure Data Factory.
Enumeration Values
| Name | Summary |
|---|---|
| String | String datatype |
| Integer | Integer datatype |
| Boolean | Boolean datatype |
| Date | Date datatype |
| Timestamp | Timestamp datatype |
| Short | Short datatype |
| Double | Double datatype |
| Long | Long datatype |
| Float | Float datatype |
| Decimal | Decimal datatype |
| Complex | Complex datatype |