Package | Description |
---|---|
com.couchbase.client.java.kv |
Namespace for various kv-service related classes.
|
Modifier and Type | Method and 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.
|
Copyright © 2024 Couchbase, Inc.. All rights reserved.