Share via


table_batch_operation Class

Represents a batch operation on a table.

class table_batch_operation;

Members

Public Typedefs

Name Description

operations_type

 

Public Constructors

Name Description

table_batch_operation::table_batch_operation Constructor

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

Public Methods

Name Description

table_batch_operation::delete_entity Method

Creates a new table operation to delete the specified entity.

table_batch_operation::insert_entity Method

Creates a new table operation to insert the specified entity.

table_batch_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_batch_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_batch_operation::merge_entity Method

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

table_batch_operation::operations Method

Overloaded. Gets a reference to an operations_type object containing an enumerable collection of operations comprising a batch operation.

table_batch_operation::replace_entity Method

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

table_batch_operation::retrieve_entity Method

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

Public Operators

Name Description

table_batch_operation::operator= Operator

Returns a reference to a table_batch_operation object.

Inheritance Hierarchy

table_batch_operation

Requirements

Header: table.h

Namespace: azure::storage

See Also

Reference

azure::storage Namespace