Uses of Interface
com.azure.cosmos.models.FeedRange
Packages that use FeedRange
Package
Description
This package provides interfaces for interacting with Azure Cosmos DB.
This package provides rest contracts for interacting with Azure Cosmos DB SQL APIs.
This package provides utilities such as
CosmosPagedFlux
and CosmosPagedIterable
for interacting with Azure Cosmos DB SQL APIs.-
Uses of FeedRange in com.azure.cosmos
Methods in com.azure.cosmos that return types with arguments of type FeedRangeModifier and TypeMethodDescriptionCosmosAsyncContainer.getFeedRanges()
Obtains a list ofFeedRange
that can be used to parallelize Feed operations.CosmosContainer.getFeedRanges()
Obtains a list ofFeedRange
that can be used to parallelize Feed operations. -
Uses of FeedRange in com.azure.cosmos.models
Methods in com.azure.cosmos.models that return FeedRangeModifier and TypeMethodDescriptionstatic FeedRange
FeedRange.forFullRange()
Creates a range for an entire containerstatic FeedRange
FeedRange.forLogicalPartition
(PartitionKey partitionKey) Creates a range for a certain logical partitionstatic FeedRange
FeedRange.fromString
(String json) Creates a range from a previously obtained string representation.CosmosChangeFeedRequestOptions.getFeedRange()
Gets the feed range.CosmosQueryRequestOptions.getFeedRange()
Gets theFeedRange
Methods in com.azure.cosmos.models with parameters of type FeedRangeModifier and TypeMethodDescriptionCosmosChangeFeedRequestOptions.createForProcessingFromBeginning
(FeedRange feedRange) Creates a newCosmosChangeFeedRequestOptions
instance to start processing change feed items from the beginning of the change feedCosmosChangeFeedRequestOptions.createForProcessingFromNow
(FeedRange feedRange) Creates a newCosmosChangeFeedRequestOptions
instance to start processing change feed items from the current time - so only events for all future changes will be retrievedCosmosChangeFeedRequestOptions.createForProcessingFromPointInTime
(Instant pointInTime, FeedRange feedRange) Creates a newCosmosChangeFeedRequestOptions
instance to start processing change feed items from a certain point in timeCosmosQueryRequestOptions.setFeedRange
(FeedRange feedRange) Sets theFeedRange
that we want to query -
Uses of FeedRange in com.azure.cosmos.util
Methods in com.azure.cosmos.util that return types with arguments of type FeedRangeModifier and TypeMethodDescriptionCosmosChangeFeedContinuationTokenUtils.extractContinuationTokens
(String changeFeedContinuationToken) Utility method to help extract continuation tokens for sub-feedRangeCosmosChangeFeedContinuationTokenUtils.extractContinuationTokens
(String changeFeedContinuationToken, Integer targetedContinuationCount) Utility method to help extract continuation tokens for sub-range