PartitionKey Property
PartitionKey
Gets the partition key of this object.
Declaration
string PartitionKey { get; }
Property Value
String | The partition key. |
Remarks
The returned value has meaning only for non-partitioned data structures, such as IAtomicLong. For partitioned data structures such as IHMap<TKey, TValue>, the returned value is not null but has no meaning.