ComplexTableEntity.

ComplexTableEntity(string, string, JsonSerializer) Constructor

Summary

Initializes a new instance of the ComplexTableEntity class.

Syntax

protected ComplexTableEntity(string partitionKey, string rowKey, JsonSerializer jsonSerializer)

Parameters

Name Type Description
partitionKey string The partition key.
rowKey string The row key.
jsonSerializer JsonSerializer The json serializer.

Return Value

Type Description
void