Uses of Class
com.azure.cosmos.models.CosmosChangeFeedRequestOptions
Packages that use CosmosChangeFeedRequestOptions
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 CosmosChangeFeedRequestOptions in com.azure.cosmos
Methods in com.azure.cosmos with parameters of type CosmosChangeFeedRequestOptionsModifier and TypeMethodDescription<T> CosmosPagedFlux<T>CosmosAsyncContainer.queryChangeFeed(CosmosChangeFeedRequestOptions options, Class<T> classType) Query for items in the change feed of the current container using theCosmosChangeFeedRequestOptions.<T> CosmosPagedIterable<T>CosmosContainer.queryChangeFeed(CosmosChangeFeedRequestOptions options, Class<T> classType) Query for items in the change feed of the current container using theCosmosChangeFeedRequestOptions. -
Uses of CosmosChangeFeedRequestOptions in com.azure.cosmos.models
Methods in com.azure.cosmos.models that return CosmosChangeFeedRequestOptionsModifier and TypeMethodDescriptionCosmosChangeFeedRequestOptions.allVersionsAndDeletes()Changes the change feed mode so that the change feed will contain events for creations, deletes as well as all intermediary snapshots for updates.CosmosChangeFeedRequestOptions.createForProcessingFromBeginning(FeedRange feedRange) Creates a newCosmosChangeFeedRequestOptionsinstance to start processing change feed items from the beginning of the change feedCosmosChangeFeedRequestOptions.createForProcessingFromContinuation(String continuation) Creates a newCosmosChangeFeedRequestOptionsinstance to start processing change feed items from a previous continuationCosmosChangeFeedRequestOptions.createForProcessingFromNow(FeedRange feedRange) Creates a newCosmosChangeFeedRequestOptionsinstance 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 newCosmosChangeFeedRequestOptionsinstance to start processing change feed items from a certain point in timeCosmosChangeFeedRequestOptions.fullFidelity()Deprecated.CosmosChangeFeedRequestOptions.setCompleteAfterAllCurrentChangesRetrieved(boolean completeAfterAllCurrentChangesRetrieved) Whether the query should be completed when all available changes when the query starts have been fetched.CosmosChangeFeedRequestOptions.setCustomItemSerializer(CosmosItemSerializer customItemSerializer) Allows specifying a custom item serializer to be used for this operation.CosmosChangeFeedRequestOptions.setDiagnosticsThresholds(CosmosDiagnosticsThresholds operationSpecificThresholds) Allows overriding the diagnostic thresholds for a specific operation.CosmosChangeFeedRequestOptions.setExcludedRegions(List<String> excludeRegions) List of regions to be excluded for the request/retries.CosmosChangeFeedRequestOptions.setKeywordIdentifiers(Set<String> keywordIdentifiers) Sets the custom ids.CosmosChangeFeedRequestOptions.setMaxItemCount(int maxItemCount) Sets the maximum number of items to be returned in the enumeration operation.CosmosChangeFeedRequestOptions.setMaxPrefetchPageCount(int maxPrefetchPageCount) Sets the maximum number of pages that will be prefetched from the backend asynchronously in the background.CosmosChangeFeedRequestOptions.setReadConsistencyStrategy(ReadConsistencyStrategy readConsistencyStrategy) Sets the read consistency strategy required for the request.CosmosChangeFeedRequestOptions.setThroughputControlGroupName(String throughputControlGroupName) Set the throughput control group name.
allVersionsAndDeletes()instead.