Package com.ibm.cloud.cloudant.v1.model
Class FindResult
java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.cloud.cloudant.v1.model.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.
-
Method Summary
Modifier and TypeMethodDescriptionGets the bookmark.getDocs()
Gets the docs.Gets the executionStats.Gets the warning.Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel
equals, hashCode, toString
-
Method Details
-
getBookmark
Gets the bookmark. Opaque bookmark token used when paginating results.- Returns:
- the bookmark
-
getDocs
Gets the docs. Documents matching the selector.- Returns:
- the docs
-
getExecutionStats
Gets the executionStats. Schema for find query execution statistics.- Returns:
- the executionStats
-
getWarning
Gets the warning. warning.- Returns:
- the warning
-