Click or drag to resize

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.Azure
Assembly: InnerDrive.Azure (in InnerDrive.Azure.dll) Version: 5.0.8475.0
Syntax
C#
public string PartitionKey { get; set; }

Property Value

String
A string containing the partition key for the entity.

Implements

ITableEntity.PartitionKey
See Also