Class FindResult

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

    public class FindResult
    extends com.ibm.cloud.sdk.core.service.model.GenericModel
    Schema for the result of a query find operation.
    • Constructor Detail

      • FindResult

        public FindResult()
    • Method Detail

      • 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