Uses of Class
com.couchbase.client.java.kv.ArrayAddUnique
-
Packages that use ArrayAddUnique Package Description com.couchbase.client.java.kv Namespace for various kv-service related classes. -
-
Uses of ArrayAddUnique in com.couchbase.client.java.kv
Methods in com.couchbase.client.java.kv that return ArrayAddUnique Modifier and Type Method Description static ArrayAddUnique
MutateInSpec. arrayAddUnique(String path, Object value)
Creates a command with the intent of inserting a value into an existing JSON array, but only if the value is not already contained in the array (by way of string comparison).ArrayAddUnique
ArrayAddUnique. createPath()
Sets that this parent fields should be created automatically.ArrayAddUnique
ArrayAddUnique. xattr()
Sets that this is an extended attribute (xattr) field.
-