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.AzureAssembly: InnerDrive.Azure (in InnerDrive.Azure.dll) Version: 5.2.9017.0
public string RowKey { get; set; }
StringA string containing the row key for the entity.
ITableEntity.RowKey