Click or drag to resize

TableEntityRowKey Property

The row key is a unique identifier for an entity within a given partition. Together the PartitionKey and RowKey uniquely identify every entity within a table.

Namespace: InnerDrive.Azure
Assembly: InnerDrive.Azure (in InnerDrive.Azure.dll) Version: 5.0.8475.0
Syntax
C#
public string RowKey { get; set; }

Property Value

String
A string containing the row key for the entity.

Implements

ITableEntity.RowKey
See Also