Parameter to specify whether to include the encoding information in attachment stubs if the particular attachment is compressed.
Parameter to specify whether to include attachments bodies in a response.
Parameter to specify whether to include a list of conflicted revisions in the _conflicts
property of the
returned document. Ignored if include_docs
isn't true
.
Path parameter to specify the database name.
Path parameter to specify the design document name. The design document name is the design document ID
excluding the _design/
prefix.
Parameter to specify whether to return the documents in descending by key order.
Schema for any JSON type.
Schema for a document ID.
Parameter to specify whether to group the results using the reduce function to a group rather than a single row. Implies reduce is true and the maximum group_level.
Parameter to specify the group level to be used. Implies group is true.
Parameter to specify whether to include the full content of the documents in the response.
Parameter to specify whether the specified end key should be included in the result.
Schema for any JSON type.
Parameter to specify to return only documents that match the specified keys. String representation of a JSON array containing elements that match the key type emitted by the view function.
Parameter to specify the number of returned documents to limit the result to.
Path parameter to specify the database partition key.
Parameter to specify whether to use the reduce function in a map-reduce view. Default is true when a reduce function is defined.
Parameter to specify the number of records before starting to return the results.
Parameter to specify whether view results should be returned from a stable set of shards.
Schema for any JSON type.
Schema for a document ID.
Parameter to specify whether or not the view in question should be updated prior to responding to the user.
Parameter to specify whether to include in the response an update_seq value indicating the sequence id of the database the view reflects.
Path parameter to specify the map reduce view function name.
Generated using TypeDoc
Parameters for the
postPartitionView
operation.