ITableEntity.RowKey プロパティ

定義

行キーは、特定のパーティション内のエンティティを示す一意の識別子です。 と RowKey を PartitionKey 組み合わせると、テーブル内のすべてのエンティティが一意に識別されます。

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

プロパティ値

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

適用対象