| Modifier and Type | Class and Description |
|---|---|
class |
ChangeFeedOptions
Specifies the options associated with change feed methods (enumeration operations) in the Azure Cosmos DB database service.
|
class |
FeedOptions
Specifies the options associated with feed methods (enumeration operations) in the Azure Cosmos DB database service.
|
| Constructor and Description |
|---|
QueryIterable(DocumentClient client,
com.microsoft.azure.documentdb.internal.ResourceType resourceType,
Class<T> classT,
String resourceLink,
FeedOptionsBase options) |
QueryIterable(DocumentClient client,
com.microsoft.azure.documentdb.internal.ResourceType resourceType,
Class<T> classT,
String resourceLink,
FeedOptionsBase options,
Object partitionKey) |
QueryIterable(DocumentClient client,
com.microsoft.azure.documentdb.internal.ResourceType resourceType,
Class<T> classT,
String resourceLink,
SqlQuerySpec querySpec,
FeedOptionsBase options) |
QueryIterable(DocumentClient client,
com.microsoft.azure.documentdb.internal.ResourceType resourceType,
Class<T> classT,
String resourceLink,
SqlQuerySpec querySpec,
FeedOptionsBase options,
Object partitionKey) |
Copyright © 2018. All rights reserved.