Share via


table_operation Class

Represents a single table operation.

class table_operation;

Members

Public Constructors

Name Description

table_operation::table_operation Constructor

Initializes a new instance of the table_operation class.

Public Methods

Name Description

table_operation::delete_entity Method

Creates a new table operation to delete the specified entity.

table_operation::entity Method

Gets the entity being operated upon.

table_operation::insert_entity Method

Creates a new table operation to insert the specified entity.

table_operation::insert_or_merge_entity Method

Creates a new table operation to insert the specified entity if it does not exist; if the entity does exist, then the contents of the specified entity are merged with the existing entity.

table_operation::insert_or_replace_entity Method

Creates a new table operation to insert the specified entity if the entity does not exist; if the entity does exist, then its contents are replaced with the specified entity.

table_operation::merge_entity Method

Creates a new table operation to merge the contents of the specified entity with the existing entity.

table_operation::operation_type Method

Gets the type of operation.

table_operation::replace_entity Method

Creates a new table operation to replace the contents of the specified entity.

table_operation::retrieve_entity Method

Creates a new table operation to retrieve the contents of the specified entity.

Public Operators

Name Description

table_operation::operator= Operator

Returns a reference to a table_operation object.

Inheritance Hierarchy

table_operation

Requirements

Header: table.h

Namespace: azure::storage

See Also

Reference

azure::storage Namespace