Package com.couchbase.client.java.kv
Class Projections
- java.lang.Object
-
- com.couchbase.client.java.kv.Projections
-
public class Projections extends Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description List<SubdocGetRequest.Command>
commands()
Projections
count(String... paths)
Projections
countXAttr(String... paths)
Projections
exists(String... paths)
Projections
existsXAttr(String... paths)
Projections
get(String... paths)
Projections
getXAttr(String... paths)
static Projections
projections()
-
-
-
Method Detail
-
projections
public static Projections projections()
-
get
public Projections get(String... paths)
-
exists
public Projections exists(String... paths)
-
count
public Projections count(String... paths)
-
getXAttr
public Projections getXAttr(String... paths)
-
existsXAttr
public Projections existsXAttr(String... paths)
-
countXAttr
public Projections countXAttr(String... paths)
-
commands
@Internal public List<SubdocGetRequest.Command> commands()
-
-