MicroStrategy ONE
ColumnDefinition
Used when connecting to a data source with schema you define. The connector uses this object to define each column's schema.
name
Column name.
dataType
Indicates column's data type. Valid values can be found in dataTypeEnum. They include:
- string
- integer
- bigInteger
- bool
- bigDecinal
- date
- time
- datetime
dateFormat
Used when data type is date/datetime/time. Tells MicroStrategy how to present a date. Valid formats can be found in validDateFormat.