case class Increment(path: String, delta: Long, _xattr: Boolean = false, _createPath: Boolean = false) extends MutateInSpec with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Increment
- Serializable
- Product
- Equals
- MutateInSpec
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new Increment(path: String, delta: Long, _xattr: Boolean = false, _createPath: Boolean = false)
Value Members
- def convert: CoreSubdocMutateCommand
- Definition Classes
- Increment → MutateInSpec
- def createPath: Increment
Sets that intermediate paths should be created (default is false)
Sets that intermediate paths should be created (default is false)
- returns
an immutable copy of this, for chaining
- val delta: Long
- val path: String
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def productIterator: Iterator[Any]
- Definition Classes
- Product
- val typ: SubdocCommandType
- Definition Classes
- Increment → MutateInSpec
- def xattr: Increment
Sets that this is an extended attribute (xattr) field (default is false).
Sets that this is an extended attribute (xattr) field (default is false). Extended Attributes (xattrs) are an advanced feature in which additional fields can be stored alongside a document.
- returns
an immutable copy of this, for chaining