table_entity Class
Represents an entity in a table.
class table_entity;
Members
Public Typedefs
Name | Description |
---|---|
properties_type |
|
property_type |
Public Constructors
Name | Description |
---|---|
Overloaded. Initializes a new instance of the azure::storage::table_entity class. |
Public Methods
Name | Description |
---|---|
Gets the entity's current ETag. |
|
Gets the entity's partition key. |
|
Overloaded. Gets the properties in the table entity, indexed by property name. |
|
Gets the entity's row key. |
|
Sets the entity's current ETag. |
|
Sets the entity's partition key. |
|
Sets the entity's row key. |
|
Gets the entity's timestamp. |
Public Operators
Name | Description |
---|---|
Returns a reference to a table_entity object. |
Inheritance Hierarchy
table_entity
Requirements
Header: table.h
Namespace: azure::storage