Package com.ibm.cloud.cloudant.v1.model
Interface PostChangesOptions.Style
- Enclosing class:
PostChangesOptions
public static interface PostChangesOptions.Style
Query parameter to specify how many revisions are returned in the changes array. The default, `main_only`, will
only return the current "winning" revision; all_docs will return all leaf revisions (including conflicts and
deleted former conflicts).
-
Field Summary
Fields
-
Field Details
-
MAIN_ONLY
main_only.- See Also:
-
ALL_DOCS
all_docs.- See Also:
-