你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

The guid data type

Applies to: ✅ Microsoft FabricAzure Data ExplorerAzure MonitorMicrosoft Sentinel

The guid data type represents a 128-bit globally unique value.

The guid, uuid, and uniqueid data 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.