Unsupported scalar data types
All undocumented scalar data type are considered unsupported in Kusto.
Among the unsupported types are the following. Some types were previously supported:
| Type | Additional name(s) | Equivalent .NET type | Storage Type (internal name) |
|---|---|---|---|
float |
System.Single |
R32 |
|
int16 |
System.Int16 |
I16 |
|
uint16 |
System.UInt16 |
UI16 |
|
uint32 |
uint |
System.UInt32 |
UI32 |
uint64 |
ulong |
System.UInt64 |
UI64 |
uint8 |
byte |
System.Byte |
UI8 |
Feedback
Submit and view feedback for