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
Methods in com.azure.cosmos with annotations of type BetaModifier and TypeMethodDescriptionCosmosDiagnostics.getRegionsContacted()Deprecated.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.final classBuilder for partition keys.Methods in com.azure.cosmos.models with annotations of type BetaModifier and TypeMethodDescriptionPartitionKeyBuilder.add(boolean value) Adds partition value of type booleanPartitionKeyBuilder.add(double value) Adds partition value of type doubleAdds partition value of type stringPartitionKeyBuilder.addNoneValue()Adds a None Partition KeyPartitionKeyBuilder.addNullValue()Adds a null partition key valueCosmosChangeFeedRequestOptions.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.PartitionKeyBuilder.build()Builds a new instance of the type PartitionKey with the specified Partition Key values.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.Constructor.
ChangeFeedPolicy.createAllVersionsAndDeletesPolicy(Duration)instead.