| Modifier and Type | Method and Description |
|---|---|
FeedResponse<PartitionKeyRange> |
DocumentClient.readPartitionKeyRanges(DocumentCollection documentCollection,
FeedOptions options)
Reads all partition key ranges in a document collection.
|
FeedResponse<PartitionKeyRange> |
DocumentQueryClientInternal.readPartitionKeyRanges(String collectionLink,
FeedOptions options) |
FeedResponse<PartitionKeyRange> |
DocumentClient.readPartitionKeyRanges(String collectionLink,
FeedOptions options)
Reads all partition key ranges in a document collection.
|
Collection<PartitionKeyRange> |
DocumentClient.readPartitionKeyRanges(String collectionLink,
String query)
Reads all partition key ranges in a document collection for a provided query.
|
FeedResponse<PartitionKeyRange> |
DocumentQueryClientInternal.readPartitionKeyRangesChangeFeed(String collectionLink,
ChangeFeedOptions options) |
Copyright © 2018. All rights reserved.