Summary
Initializes a new instance of the
ComplexTableEntity class.
- Assembly
- Rocket
.Surgery .Azure .Storage .dll - Namespace
- Rocket
.Surgery .Azure .Storage - Containing Type
- ComplexTableEntity
Syntax
protected ComplexTableEntity(string partitionKey, string rowKey)
Parameters
| Name | Type | Description |
|---|---|---|
| partitionKey | string | The partition key. |
| rowKey | string | The row key. |
Return Value
| Type | Description |
|---|---|
| void |
