Class GetAllDbsOptions

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

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

      • descending

        public Boolean descending()
        Gets the descending. Query parameter to specify whether to return the documents in descending by key order.
        Returns:
        the descending
      • endkey

        public String endkey()
        Gets the endkey. Query parameter to specify to stop returning records when the specified key is reached. String representation of any JSON type that matches the key type emitted by the view function.
        Returns:
        the endkey
      • limit

        public Long limit()
        Gets the limit. Query parameter to specify the number of returned documents to limit the result to.
        Returns:
        the limit
      • skip

        public Long skip()
        Gets the skip. Query parameter to specify the number of records before starting to return the results.
        Returns:
        the skip
      • startkey

        public String startkey()
        Gets the startkey. Query parameter to specify to start returning records from the specified key. String representation of any JSON type that matches the key type emitted by the view function.
        Returns:
        the startkey