Package com.ibm.cloud.cloudant.v1.model
Class ExplainResultOpts
java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.cloud.cloudant.v1.model.ExplainResultOpts
- All Implemented Interfaces:
ObjectModel
Options used for the request.
-
Method Summary
Modifier and TypeMethodDescriptionGets the bookmark.Gets the fields.getLimit()
Gets the limit.Gets the partition.getR()
Gets the r.getSkip()
Gets the skip.getSort()
Gets the sort.Gets the useIndex.Gets the conflicts.Gets the executionStats.isStable()
Gets the stable.isStale()
Deprecated.this method is deprecated and may be removed in a future releaseisUpdate()
Gets the update.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
-
isConflicts
Gets the conflicts. Conflicts used in the request query.- Returns:
- the conflicts
-
isExecutionStats
Gets the executionStats. Execution statistics used in the request query.- Returns:
- the executionStats
-
getFields
Gets the fields. JSON array that uses the field syntax. Use this parameter to specify which fields of a document must be returned. If it is omitted or empty, the entire document is returned.- Returns:
- the fields
-
getLimit
Gets the limit. Limit used in the request query.- Returns:
- the limit
-
getPartition
Gets the partition. On which database partition the request was used. If it was not used on a database partition, it returns with `""`.- Returns:
- the partition
-
getR
Gets the r. The read quorum that is needed for the result.- Returns:
- the r
-
getSkip
Gets the skip. Skip used in the request query.- Returns:
- the skip
-
getSort
Gets the sort. Schema for any JSON type.- Returns:
- the sort
-
isStable
Gets the stable. Stable used in the request query.- Returns:
- the stable
-
isStale
Deprecated.this method is deprecated and may be removed in a future releaseGets the stale. Stale used in the request query.- Returns:
- the stale
-
isUpdate
Gets the update. Update used in the request query.- Returns:
- the update
-
getUseIndex
Gets the useIndex. Use index used in the request query.- Returns:
- the useIndex
-