Package com.ibm.cloud.cloudant.v1.model
Interface PostExplainOptions.Update
-
- Enclosing class:
- PostExplainOptions
public static interface PostExplainOptions.Update
Whether to update the index prior to returning the result.
-
-
Field Detail
-
X_FALSE
static final String X_FALSE
false.- See Also:
- Constant Field Values
-
X_TRUE
static final String X_TRUE
true.- See Also:
- Constant Field Values
-
LAZY
static final String LAZY
lazy.- See Also:
- Constant Field Values
-
-