case class Exists(path: String, _xattr: Boolean = false) extends LookupInSpec with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Exists
- Serializable
- Serializable
- Product
- Equals
- LookupInSpec
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new Exists(path: String, _xattr: Boolean = false)
Value Members
-
def
xattr: Exists
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