@InterfaceStability.Experimental @InterfaceAudience.Private public class WithIndexOptionElement extends Object implements Element
Element of the Index DSL that allows to describe additional options for index creation.
Options are set as a JSON object. Supported options as of Couchbase 4.0 DP are: - “nodes”: “node_name”: specify on which node to create a GSI index - “defer_build”:true: defer creation of the index (useful to create multiple indexes then build them in one scan swipe).
ESCAPE_CHAR
Constructor and Description |
---|
WithIndexOptionElement(JsonObject options) |
public WithIndexOptionElement(JsonObject options)
Copyright © 2015 Couchbase, Inc.