DynamicTableEntity Constructor

Windows Runtime Azure Storage Client Library

Overload List

Name Description
DynamicTableEntity () Initializes a new instance of the DynamicTableEntity class.
DynamicTableEntity (String, String) Initializes a new instance of the DynamicTableEntity class with the specified partition key and row key.
DynamicTableEntity (String, String, String, IDictionary) Initializes a new instance of the DynamicTableEntity class with the entity's partition key, row key, ETag (if available/required), and properties.

See Also