Summary
ComplexTableEntity.
- Assembly
- Rocket
.Surgery .Azure .Storage .dll - Namespace
- Rocket
.Surgery .Azure .Storage - Interfaces
-
- ITableEntity
- Base Types
-
- Object
graph BT
Type-->Base0["Object"]
Type-.->Interface0["ITableEntity"]
Type["ComplexTableEntity"]
class Type type-node
Syntax
public abstract class ComplexTableEntity : ITableEntity
Attributes
| Type | Description |
|---|---|
| Nullable |
|
| NullableAttribute |
Constructors
| Name | Summary |
|---|---|
| ComplexTableEntity |
Initializes a new instance of the ComplexTableEntity class.
|
| ComplexTableEntity |
Initializes a new instance of the ComplexTableEntity class.
|
Fields
| Name | Constant Value | Summary |
|---|---|---|
| JsonSerializer |
The json serializer
static
|
Properties
| Name | Value | Summary |
|---|---|---|
| PartitionKey | string | |
| RowKey | string |
Methods
| Name | Value | Summary |
|---|---|---|
| GetPartitionKey |
string |
Gets the partition key.
|
| GetRowKey |
string |
Gets the row key.
|
| SetPartitionKey |
void |
Sets the partition key.
|
| SetRowKey |
void |
Sets the row key.
|
Extension Methods
| Name | Value | Summary |
|---|---|---|
| SetBackingValue |
T |
Sets the backing value.
From ValueExtensions
|
| With |
TBuilder |
Adds the specified dictionary to the provided dictionary.
|
See Also
- Microsoft.Azure.Cosmos.Table.ITableEntity
