ComplexTableEntity.

ComplexTableEntity(string, string) Constructor

Summary

Initializes a new instance of the ComplexTableEntity class.

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