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

UserProperties.Id 属性

定义

获取或设置 Azure Cosmos DB 服务中资源的 ID。

public string Id { get; set; }
member this.Id : string with get, set
Public Property Id As String

属性值

与资源关联的 ID。

注解

Azure Cosmos DB 数据库帐户中的每个资源都需要有唯一标识符。

使用文档资源时,它们也具有此可设置的 ID 属性。 如果用户未提供 ID,SDK 会自动生成新的 GUID,并将其值分配给此属性,然后将文档保留在数据库中。

以下字符受到限制,不能在 Id 属性中使用:“/”、“\\”、“?”、“#”

适用于