@InterfaceStability.Experimental @InterfaceAudience.Public public class LookupSpec extends LookupCommand
Utility class to create specs for the sub-document API’s multi-lookup
operations.
Modifier and Type | Method and Description |
---|---|
static LookupSpec |
exists(String path)
Create an EXIST lookup specification.
|
static LookupSpec |
get(String path)
Create a GET lookup specification.
|
String |
toString() |
lookup, opCode, path
public static LookupSpec get(String path)
Create a GET lookup specification.
public static LookupSpec exists(String path)
Create an EXIST lookup specification.
Copyright © 2015 Couchbase, Inc.