Class FindResult

java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.cloud.cloudant.v1.model.FindResult
All Implemented Interfaces:
ObjectModel

public class FindResult extends GenericModel
Schema for the result of a query find operation.
  • Method Details

    • getBookmark

      public String getBookmark()
      Gets the bookmark. Opaque bookmark token used when paginating results.
      Returns:
      the bookmark
    • getDocs

      public List<Document> getDocs()
      Gets the docs. Documents matching the selector.
      Returns:
      the docs
    • getExecutionStats

      public ExecutionStats getExecutionStats()
      Gets the executionStats. Schema for find query execution statistics.
      Returns:
      the executionStats
    • getWarning

      public String getWarning()
      Gets the warning. warning.
      Returns:
      the warning