Class PostAllDocsQueriesOptions

  • All Implemented Interfaces:
    com.ibm.cloud.sdk.core.service.model.ObjectModel

    public class PostAllDocsQueriesOptions
    extends com.ibm.cloud.sdk.core.service.model.GenericModel
    The postAllDocsQueries options.
    • Method Detail

      • db

        public String db()
        Gets the db. Path parameter to specify the database name.
        Returns:
        the db
      • queries

        public List<AllDocsQuery> queries()
        Gets the queries. 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.
        Returns:
        the queries