Share via


table_operation::operator= Operator

Returns a reference to a table_operation object.

table_operation& operator=(
   table_operation&& other
);

Parameters

  • other
    A reference to a set of table_operation to use to set properties.

Return Value

A table_operation object with properties set.

Requirements

Header: table.h

Namespace: azure::storage

See Also

Reference

table_operation Class