Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Switch services using the Version drop-down list. Learn more about navigation.
Applies to: ✅ Azure Data Explorer ✅ Azure Monitor ✅ Microsoft Sentinel
The guid data type represents a 128-bit globally unique value.
The
guid,uuid, anduniqueiddata types are equivalent.
guid literals
To specify a guid literal, use one of the following syntax options:
| Syntax | Description | Example |
|---|---|---|
guid(id) |
A guid ID string. | guid(74be27de-1e4e-49d9-b579-fe0b331d3642) |
guid(null) |
Represents the null value. |
Learn more about syntax conventions.