Uses of Annotation Type
com.azure.cosmos.util.Beta
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 Beta in com.azure.cosmos
Modifier and TypeInterfaceDescriptioninterface
Encapsulates properties which are mapped to a batch of change feed documents processed whenChangeFeedProcessorBuilder.handleAllVersionsAndDeletesChanges(BiConsumer)
lambda is invoked.Modifier and TypeMethodDescriptionChangeFeedProcessorContext.getLeaseToken()
Gets the lease token corresponding to the source of a batch of change feed documents.CosmosDiagnostics.getRegionsContacted()
Deprecated.ChangeFeedProcessorBuilder.handleAllVersionsAndDeletesChanges
(BiConsumer<List<ChangeFeedProcessorItem>, ChangeFeedProcessorContext> biConsumer) Sets aBiConsumer
function which will be called to process changes for AllVersionsAndDeletes change feed mode.ChangeFeedProcessorBuilder.handleAllVersionsAndDeletesChanges
(Consumer<List<ChangeFeedProcessorItem>> consumer) Sets a consumer function which will be called to process changes for AllVersionsAndDeletes change feed mode.ThroughputControlGroupConfigBuilder.setDefault
(boolean aDefault) Deprecated.ThroughputControlGroupConfigBuilder.setGroupName
(String groupName) Deprecated.ThroughputControlGroupConfigBuilder.setTargetThroughput
(int targetThroughput) Deprecated.ThroughputControlGroupConfigBuilder.setTargetThroughputThreshold
(double targetThroughputThreshold) Deprecated. -
Uses of Beta in com.azure.cosmos.models
Modifier and TypeClassDescriptionfinal class
Change Feed response meta dataenum
Change feed operation typefinal class
Represents the change feed policy configuration for the container in the Azure Cosmos DB service.final class
Change Feed processor item.Modifier 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.static ChangeFeedPolicy
ChangeFeedPolicy.createAllVersionsAndDeletesPolicy
(Duration retentionDuration) Creates a ChangeFeedPolicy with retention duration for AllVersionsAndDeletes processingstatic ChangeFeedPolicy
ChangeFeedPolicy.createFullFidelityPolicy
(Duration retentionDuration) Deprecated.static ChangeFeedPolicy
ChangeFeedPolicy.createIncrementalPolicy()
Deprecated.useChangeFeedPolicy.createLatestVersionPolicy()
instead.static ChangeFeedPolicy
ChangeFeedPolicy.createLatestVersionPolicy()
Creates a default ChangeFeedPolicy without retention duration specified.CosmosChangeFeedRequestOptions.fullFidelity()
Deprecated.ChangeFeedProcessorItem.getChangeFeedMetaData()
Gets the change feed metadata.CosmosContainerProperties.getChangeFeedPolicy()
Gets the changeFeedPolicy for this container in the Azure Cosmos DB service.ChangeFeedMetaData.getConflictResolutionTimestamp()
Gets the conflict resolution timestampChangeFeedProcessorItem.getCurrent()
Gets the change feed current item.ChangeFeedPolicy.getFullFidelityRetentionDuration()
Deprecated.long
ChangeFeedMetaData.getLogSequenceNumber()
Gets the current logical sequence numberChangeFeedMetaData.getOperationType()
Gets the Change Feed operation typeChangeFeedProcessorItem.getPrevious()
Gets the change feed previous item.long
ChangeFeedMetaData.getPreviousLogSequenceNumber()
Gets the previous logical sequence numberChangeFeedPolicy.getRetentionDurationForAllVersionsAndDeletesPolicy()
Gets the retention duration in which it will be possible to process change feed events with AllVersionsAndDeletes mode (meaning intermediary changes and deletes will be exposed in change feed).boolean
ChangeFeedMetaData.isTimeToLiveExpired()
Used to distinguish explicit deletes (e.g.CosmosContainerProperties.setChangeFeedPolicy
(ChangeFeedPolicy value) Sets the changeFeedPolicy for this container in the Azure Cosmos DB service.ChangeFeedProcessorItem.toJsonNode()
Helper API to convert this changeFeedProcessorItem instance to raw JsonNode format.ModifierConstructorDescriptionEncryptionKeyWrapMetadata
(String type, String name, String value) Deprecated.
ChangeFeedPolicy.createAllVersionsAndDeletesPolicy(Duration)
instead.