| Modifier | Constructor and Description |
|---|---|
protected |
QueryIterable(DocumentClient client,
com.microsoft.azure.documentdb.internal.ResourceType resourceType,
Class<T> classT,
String resourceLink,
FeedOptionsBase options) |
protected |
QueryIterable(DocumentClient client,
com.microsoft.azure.documentdb.internal.ResourceType resourceType,
Class<T> classT,
String resourceLink,
FeedOptionsBase options,
Object partitionKey) |
protected |
QueryIterable(DocumentClient client,
com.microsoft.azure.documentdb.internal.ResourceType resourceType,
Class<T> classT,
String resourceLink,
SqlQuerySpec querySpec,
FeedOptionsBase options) |
protected |
QueryIterable(DocumentClient client,
com.microsoft.azure.documentdb.internal.ResourceType resourceType,
Class<T> classT,
String resourceLink,
SqlQuerySpec querySpec,
FeedOptionsBase options,
Object partitionKey) |
| Modifier and Type | Method and Description |
|---|---|
List<T> |
fetchNextBlock()
Fetch the next block of query results.
|
Map<String,String> |
getResponseHeaders()
Gets the response headers.
|
Iterator<T> |
iterator()
Gets the iterator of the iterable.
|
void |
reset()
Resets the iterable.
|
List<T> |
toList()
Get the list of the iterable resources.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorprotected QueryIterable(DocumentClient client, com.microsoft.azure.documentdb.internal.ResourceType resourceType, Class<T> classT, String resourceLink, FeedOptionsBase options)
protected QueryIterable(DocumentClient client, com.microsoft.azure.documentdb.internal.ResourceType resourceType, Class<T> classT, String resourceLink, SqlQuerySpec querySpec, FeedOptionsBase options)
protected QueryIterable(DocumentClient client, com.microsoft.azure.documentdb.internal.ResourceType resourceType, Class<T> classT, String resourceLink, FeedOptionsBase options, Object partitionKey)
protected QueryIterable(DocumentClient client, com.microsoft.azure.documentdb.internal.ResourceType resourceType, Class<T> classT, String resourceLink, SqlQuerySpec querySpec, FeedOptionsBase options, Object partitionKey)
public Map<String,String> getResponseHeaders()
public List<T> toList()
public void reset()
public List<T> fetchNextBlock() throws DocumentClientException
DocumentClientException - the document client exception.Copyright © 2018. All rights reserved.