|
zookeeper-cpp
ZooKeeper Client for C++
|
Data for a op::create operation. More...
#include <zk/multi.hpp>
Public Member Functions | |
| create_data (std::string path, buffer data, acl rules, create_mode mode) | |
| op_type | type () const |
Public Attributes | |
| std::string | path |
| buffer | data |
| acl | rules |
| create_mode | mode |
Data for a op::create operation.