Summary
Sets the partition key.
- Assembly
- Rocket
.Surgery .Azure .Storage .dll - Namespace
- Rocket
.Surgery .Azure .Storage - Containing Type
- ComplexTableEntity
Syntax
protected abstract void SetPartitionKey(string value)
Parameters
| Name | Type | Description |
|---|---|---|
| value | string | The value. |
Return Value
| Type | Description |
|---|---|
| void |
