table_batch_operation::table_batch_operation Constructor
Initializes a new instance of the azure::storage::table_batch_operation class.
table_batch_operation();
table_batch_operation(
table_batch_operation&& other
);
Parameters
- other
A reference to a set of table_batch_operation on which to base the new instance.
Requirements
Header: table.h
Namespace: azure::storage