Parameters for the postAllDocsQueriesAsStream operation.

Hierarchy

  • PostAllDocsQueriesAsStreamParams

Properties

Properties

db: string

Path parameter to specify the database name.

headers?: OutgoingHttpHeaders
queries: AllDocsQuery[]

An array of query objects with fields for the parameters of each individual view query to be executed. The field names and their meaning are the same as the query parameters of a regular /_all_docs request.

Generated using TypeDoc