TableEntity.RowKey プロパティ

定義

行キーは、特定のパーティション内のエンティティを示す一意の識別子です。 と RowKey は、 PartitionKey テーブル内のエンティティを一意に識別します。

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

プロパティ値

エンティティの行キーを含む文字列です。

実装

適用対象