CreateOperation

case class CreateOperation(path: String, data: Array[Byte], acl: Seq[ACL], disp: Disposition) extends Operation

A ''create'' operation.

Value parameters:
acl

the ACL to associate with the node

data

the data to associate with the node

disp

the disposition of the node

path

the path of the node

trait Serializable
trait Product
trait Equals
trait Operation
class Object
trait Matchable
class Any

Value members

Inherited methods

Inherited from:
Product