ComplexTableEntity Class

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
NullableContextAttribute
NullableAttribute

Constructors

Name Summary
ComplexTableEntity(string, string, JsonSerializer) Initializes a new instance of the ComplexTableEntity class.
ComplexTableEntity(string, string) 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(string) void
Sets the partition key.
SetRowKey(string) void
Sets the row key.

Extension Methods

See Also

  • Microsoft.Azure.Cosmos.Table.ITableEntity