Uses of Class
com.couchbase.client.java.kv.ArrayAddUnique
-
Uses of ArrayAddUnique in com.couchbase.client.java.kv
Modifier and TypeMethodDescriptionstatic 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.createPath()
Sets that this parent fields should be created automatically.ArrayAddUnique.xattr()
Sets that this is an extended attribute (xattr) field.