table_operation Class
Represents a single table operation.
class table_operation;
Members
Public Constructors
Name | Description |
---|---|
Initializes a new instance of the table_operation class. |
Public Methods
Name | Description |
---|---|
Creates a new table operation to delete the specified entity. |
|
Gets the entity being operated upon. |
|
Creates a new table operation to insert the specified entity. |
|
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. |
|
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. |
|
Creates a new table operation to merge the contents of the specified entity with the existing entity. |
|
Gets the type of operation. |
|
Creates a new table operation to replace the contents of the specified entity. |
|
Creates a new table operation to retrieve the contents of the specified entity. |
Public Operators
Name | Description |
---|---|
Returns a reference to a table_operation object. |
Inheritance Hierarchy
table_operation
Requirements
Header: table.h
Namespace: azure::storage