@Stability.Internal public class CoreSubdocGetCommand extends Object
| Constructor and Description |
|---|
CoreSubdocGetCommand(SubdocCommandType type,
String path,
boolean xattr) |
CoreSubdocGetCommand(SubdocCommandType type,
String path,
boolean xattr,
boolean binary) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
binary() |
String |
path() |
String |
toString() |
SubdocCommandType |
type() |
boolean |
xattr() |
public CoreSubdocGetCommand(SubdocCommandType type, String path, boolean xattr)
public CoreSubdocGetCommand(SubdocCommandType type, String path, boolean xattr, boolean binary)
public SubdocCommandType type()
public String path()
public boolean xattr()
public boolean binary()
Copyright © 2024 Couchbase, Inc.. All rights reserved.