Package com.ibm.cloud.cloudant.v1.model
Interface PostViewOptions.Update
- Enclosing class:
 PostViewOptions
public static interface PostViewOptions.Update
Parameter to specify whether or not the view in question should be updated prior to responding to the user.
 * `true` - Return results after the view is updated.
 * `false` - Return results without updating the view.
 * `lazy` - Return the view results without waiting for an update, but update them immediately after the request.
- 
Field Summary
Fields 
- 
Field Details
- 
X_TRUE
true.- See Also:
 
 - 
X_FALSE
false.- See Also:
 
 - 
LAZY
lazy.- See Also:
 
 
 -