Data Types
Last updated
Last updated
The following are the data types that are available for use via KQL.
true
(1
) or false
(0
).
An instant in time, typically expressed as a date and time of day.
A 128-bit wide, decimal number.
An array, a property bag, or a value of any of the other scalar data types.
A 128-bit globally unique value.
A signed, 32-bit wide, integer.
A signed, 64-bit wide, integer.
A 64-bit wide, double-precision, floating-point number.
A time interval.
(boolean
)
(date
)
(uuid
, uniqueid
)
(double
)
A sequence of zero or more characters.
(time
)