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