Share via


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

table_entity::table_entity Constructor

Overloaded. Initializes a new instance of the azure::storage::table_entity class.

Public Methods

Name Description

table_entity::etag Method

Gets the entity's current ETag.

table_entity::partition_key Method

Gets the entity's partition key.

table_entity::properties Method

Overloaded. Gets the properties in the table entity, indexed by property name.

table_entity::row_key Method

Gets the entity's row key.

table_entity::set_etag Method

Sets the entity's current ETag.

table_entity::set_partition_key Method

Sets the entity's partition key.

table_entity::set_row_key Method

Sets the entity's row key.

table_entity::timestamp Method

Gets the entity's timestamp.

Public Operators

Name Description

table_entity::operator= Operator

Returns a reference to a table_entity object.

Inheritance Hierarchy

table_entity

Requirements

Header: table.h

Namespace: azure::storage

See Also

Reference

azure::storage Namespace