Package com.ibm.cloud.cloudant.v1.model
Class AllDocsQuery
java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.cloud.cloudant.v1.model.AllDocsQuery
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class AllDocsQuery
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Schema for an all documents query operation.
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the attachments.Gets the attEncodingInfo.Gets the conflicts.Gets the descending.endKey()
Gets the endKey.Gets the includeDocs.Gets the inclusiveEnd.key()
Gets the key.keys()
Gets the keys.limit()
Gets the limit.New builder.skip()
Gets the skip.startKey()
Gets the startKey.Gets the updateSeq.Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel
equals, hashCode, toString
-
Method Details
-
newBuilder
New builder.- Returns:
- a AllDocsQuery builder
-
attEncodingInfo
Gets the attEncodingInfo. Parameter to specify whether to include the encoding information in attachment stubs if the particular attachment is compressed.- Returns:
- the attEncodingInfo
-
attachments
Gets the attachments. Parameter to specify whether to include attachments bodies in a response.- Returns:
- the attachments
-
conflicts
Gets the conflicts. Parameter to specify whether to include a list of conflicted revisions in each returned document. Active only when `include_docs` is `true`.- Returns:
- the conflicts
-
descending
Gets the descending. Parameter to specify whether to return the documents in descending by key order.- Returns:
- the descending
-
includeDocs
Gets the includeDocs. Parameter to specify whether to include the full content of the documents in the response.- Returns:
- the includeDocs
-
inclusiveEnd
Gets the inclusiveEnd. Parameter to specify whether the specified end key should be included in the result.- Returns:
- the inclusiveEnd
-
limit
Gets the limit. Parameter to specify the number of returned documents to limit the result to.- Returns:
- the limit
-
skip
Gets the skip. Parameter to specify the number of records before starting to return the results.- Returns:
- the skip
-
updateSeq
Gets the updateSeq. Parameter to specify whether to include in the response an update_seq value indicating the sequence id of the database the view reflects.- Returns:
- the updateSeq
-
endKey
Gets the endKey. Schema for a document ID.- Returns:
- the endKey
-
key
Gets the key. Schema for a document ID.- Returns:
- the key
-
keys
Gets the keys. Schema for a list of document IDs.- Returns:
- the keys
-
startKey
Gets the startKey. Schema for a document ID.- Returns:
- the startKey
-