TableEntityPartitionKey Property
The partition key is a unique identifier for the partition within a given table and forms the first part of an entity's primary key.
Namespace: InnerDrive.AzureAssembly: InnerDrive.Azure (in InnerDrive.Azure.dll) Version: 5.2.9017.0
public string PartitionKey { get; set; }
StringA string containing the partition key for the entity.
ITableEntity.PartitionKey