SetOperation

case class SetOperation(path: String, data: Array[Byte], version: Option[Int]) extends Operation

A ''set'' operation.

Value parameters:
data

the data to associate with the node

path

the path of the node

version

a Some containing the expected version of the node or None if a version match is not required

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

Value members

Inherited methods

Inherited from:
Product