case class Replace(path: String, fragment: Try[Array[Byte]], _xattr: Boolean = false, _expandMacro: Boolean = false) extends MutateInSpec with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Replace
- Serializable
- Serializable
- Product
- Equals
- MutateInSpec
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new Replace(path: String, fragment: Try[Array[Byte]], _xattr: Boolean = false, _expandMacro: Boolean = false)
Value Members
-
def
convert(originalIndex: Int): Command
- Definition Classes
- Replace → MutateInSpec
- val fragment: Try[Array[Byte]]
- val path: String
-
val
typ: SubdocCommandType
- Definition Classes
- Replace → MutateInSpec
-
def
xattr: Replace
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