DocumentQueryClientInternal Class

  • java.lang.Object
    • com.microsoft.azure.documentdb.DocumentQueryClientInternal

public class DocumentQueryClientInternal

Provides methods to do query in the Azure Cosmos DB database service.

Constructor Details

DocumentQueryClientInternal

public DocumentQueryClientInternal(DocumentClient innerClient)

Parameters:

innerClient

Method Details

doQuery

public DocumentServiceResponse doQuery(DocumentServiceRequest request)

Parameters:

request

doReadFeed

public DocumentServiceResponse doReadFeed(DocumentServiceRequest request)

Parameters:

request

getCollectionCache

public CollectionCache getCollectionCache()

getExecutorService

public ExecutorService getExecutorService()

getPartitionKeyRangeCache

public RoutingMapProvider getPartitionKeyRangeCache()

getQueryCompatiblityMode

public QueryCompatibilityMode getQueryCompatiblityMode()

getQueryPartitionProvider

public QueryPartitionProvider getQueryPartitionProvider()

readPartitionKeyRanges

public FeedResponse readPartitionKeyRanges(String collectionLink, FeedOptions options)

Parameters:

collectionLink
options

readPartitionKeyRangesChangeFeed

public FeedResponse readPartitionKeyRangesChangeFeed(String collectionLink, ChangeFeedOptions options)

Parameters:

collectionLink
options

Applies to