你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
StorageData.Id 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
ID 是通过使用 CompositeTableKey 将分区键和RowKey行键序列化为值的逗号分隔元组的 实例组合PartitionKey而成的。 通过设置此属性,分区键和行键也将得到更新。 因此,id 属性本身不会映射到实际存储表,因为它严格包含分区键和行键提供的相同信息。
[Microsoft.WindowsAzure.Storage.Table.IgnoreProperty]
[System.ComponentModel.DataAnnotations.Schema.NotMapped]
public string Id { get; set; }
[<Microsoft.WindowsAzure.Storage.Table.IgnoreProperty>]
[<System.ComponentModel.DataAnnotations.Schema.NotMapped>]
member this.Id : string with get, set
Public Property Id As String
属性值
实现
- 属性