@InterfaceStability.Uncommitted @InterfaceAudience.Public public class SubdocOptionsBuilder extends Object
Sub-document options builder. Options supported are createParents attributeAccess
Constructor and Description |
---|
SubdocOptionsBuilder() |
Modifier and Type | Method and Description |
---|---|
boolean |
attributeAccess()
Get attributeAccess value set on builder
|
SubdocOptionsBuilder |
attributeAccess(boolean attributeAccess)
Set attributeAccess to true to accessing extended attributes, else false.
|
static SubdocOptionsBuilder |
builder() |
boolean |
createParents()
Get createParents value set on builder
|
SubdocOptionsBuilder |
createParents(boolean createParents)
Set createParents to true to create missing intermediary nodes, else false.
|
String |
toString() |
public static SubdocOptionsBuilder builder()
public SubdocOptionsBuilder createParents(boolean createParents)
Set createParents to true to create missing intermediary nodes, else false.
public boolean createParents()
Get createParents value set on builder
@InterfaceStability.Experimental public SubdocOptionsBuilder attributeAccess(boolean attributeAccess)
Set attributeAccess to true to accessing extended attributes, else false.
public boolean attributeAccess()
Get attributeAccess value set on builder
Copyright © 2015 Couchbase, Inc.