Method | Description | |
---|---|---|
TableStorageEntity ( ) : System |
Initializes a new instance of the TableStorageEntity class.
|
|
TableStorageEntity ( string partitionKey, string rowKey ) : System |
Initializes a new instance of the TableStorageEntity class.
|
protected TableStorageEntity ( string partitionKey, string rowKey ) : System | ||
partitionKey | string | The partition key. |
rowKey | string | The row key. |
return | System |