DeleteOperation

case class DeleteOperation(path: String, version: Option[Int]) extends Operation

A ''delete'' operation.

Value parameters:
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