Uses of Annotation Type
com.azure.cosmos.util.Beta
Packages that use 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
Classes in com.azure.cosmos with annotations of type BetaModifier and TypeInterfaceDescriptioninterfaceEncapsulates properties which are mapped to a batch of change feed documents processed whenChangeFeedProcessorBuilder.handleAllVersionsAndDeletesChanges(BiConsumer)lambda is invoked.Methods in com.azure.cosmos with annotations of type BetaModifier and TypeMethodDescriptiondefault CosmosDiagnosticsContextChangeFeedProcessorContext.getDiagnostics()Get the diagnostics context from the underlying feed response.ChangeFeedProcessorContext.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 aBiConsumerfunction 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
Classes in com.azure.cosmos.models with annotations of type BetaModifier and TypeClassDescriptionfinal classChange Feed response meta dataenumChange feed operation typefinal classRepresents the change feed policy configuration for the container in the Azure Cosmos DB service.final classChange Feed processor item.Methods in com.azure.cosmos.models with annotations of type BetaModifier 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 ChangeFeedPolicyChangeFeedPolicy.createAllVersionsAndDeletesPolicy(Duration retentionDuration) Creates a ChangeFeedPolicy with retention duration for AllVersionsAndDeletes processingstatic ChangeFeedPolicyChangeFeedPolicy.createFullFidelityPolicy(Duration retentionDuration) Deprecated.static ChangeFeedPolicyChangeFeedPolicy.createIncrementalPolicy()Deprecated.useChangeFeedPolicy.createLatestVersionPolicy()instead.static ChangeFeedPolicyChangeFeedPolicy.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.longChangeFeedMetaData.getLogSequenceNumber()Gets the current logical sequence numberChangeFeedMetaData.getOperationType()Gets the Change Feed operation typeChangeFeedProcessorItem.getPrevious()Gets the change feed previous item.longChangeFeedMetaData.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).booleanChangeFeedMetaData.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.Constructors in com.azure.cosmos.models with annotations of type BetaModifierConstructorDescriptionEncryptionKeyWrapMetadata(String type, String name, String value) Deprecated.
ChangeFeedPolicy.createAllVersionsAndDeletesPolicy(Duration)instead.