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.0.8475.0
Syntaxpublic string RowKey { get; set; }
Property Value
StringA string containing the row key for the entity.
Implements
ITableEntity.RowKey
See Also