Skip to main content

TabularDataType Enumeration

TabularDataType Enumeration​

Provides options for specifying the data type of tabular columns and measures.

Enumeration Values​

NameSummary
Automatic
Specifies that the data type should be automatically inferred from the relational data type or other information.
String
Specifies that the data type is a string value.
Int64
Specifies that the data type is a 64-bit integer value.
Double
Specifies that the data type is a double-precision floating point value.
DateTime
Specifies that the data type is a datetime value.
Decimal
Specifies that the data type is a fixed point decimal with arbitrary precision and scale.
Boolean
Specifies that the data type is a boolean value.
Binary
Specifies that the data type is a binary value.
Unknown
Specifies that the data type is unknown.
Variant
Specifies that the data type is a variant value.