Package com.ibm.cloud.cloudant.v1.model
Interface ViewQuery.Update
-
- Enclosing class:
- ViewQuery
public static interface ViewQuery.Update
Parameter to specify whether or not the view in question should be updated prior to responding to the user.
-
-
Field Detail
-
X_TRUE
static final String X_TRUE
true.- See Also:
- Constant Field Values
-
X_FALSE
static final String X_FALSE
false.- See Also:
- Constant Field Values
-
LAZY
static final String LAZY
lazy.- See Also:
- Constant Field Values
-
-