Uses of Interface
com.azure.cosmos.models.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.
-
Uses of FeedRange in com.azure.cosmos
Modifier 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
Modifier 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
Modifier 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