Share via


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

ITableEntity.RowKey 属性

定义

行键是某个给定分区中实体的唯一标识符。 PartitionKey和 RowKey 共同唯一标识表中的每个实体。

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

属性值

包含实体行键的字符串。

适用于