| Package | Description |
|---|---|
| com.couchbase.client.java.kv |
Namespace for various kv-service related classes.
|
| Modifier and Type | Method and Description |
|---|---|
static LookupInSpecStandard |
LookupInSpec.count(String path)
Counts the number of values at a given path in the document.
|
static LookupInSpecStandard |
LookupInSpec.exists(String path)
Checks if a value at the given path exists in the document.
|
static LookupInSpecStandard |
LookupInSpec.get(String path)
Fetches the content from a field (if present) at the given path.
|
LookupInSpecStandard |
LookupInSpecStandard.xattr() |
Copyright © 2020 Couchbase, Inc.. All rights reserved.