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 TypeMethodDescriptiondefault CosmosDiagnosticsContext
ChangeFeedProcessorContext.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 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.final class
Represents cosmos full text index of the IndexingPolicy in the Azure Cosmos DB database service.final class
Path settings withinCosmosFullTextPolicy
final class
Full Text Search PolicyModifier 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 timestampIndexingPolicy.getCosmosFullTextIndexes()
Gets the full text search paths.ChangeFeedProcessorItem.getCurrent()
Gets the change feed current item.CosmosFullTextPolicy.getDefaultLanguage()
Gets the default language for cosmosFullText.ChangeFeedPolicy.getFullFidelityRetentionDuration()
Deprecated.CosmosContainerProperties.getFullTextPolicy()
Gets the Full Text Policy containing paths for full text search and the language specification for each path.CosmosFullTextPath.getLanguage()
Gets the language for the cosmosFullText path.long
ChangeFeedMetaData.getLogSequenceNumber()
Gets the current logical sequence numberChangeFeedMetaData.getOperationType()
Gets the Change Feed operation typeCosmosFullTextIndex.getPath()
Gets path.CosmosFullTextPath.getPath()
Gets the path for the cosmosFullText.CosmosFullTextPolicy.getPaths()
Gets the paths for cosmosFulltext.ChangeFeedProcessorItem.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. via deleteItem() API) from deletes caused by TTL expiration (a collection may define time-to-live policy for documents).CosmosContainerProperties.setChangeFeedPolicy
(ChangeFeedPolicy value) Sets the changeFeedPolicy for this container in the Azure Cosmos DB service.IndexingPolicy.setCosmosFullTextIndexes
(List<CosmosFullTextIndex> cosmosFullTextIndexes) Sets the full text search paths.CosmosFullTextPolicy.setDefaultLanguage
(String defaultLanguage) Sets the default language for cosmosFullText.CosmosContainerProperties.setFullTextPolicy
(CosmosFullTextPolicy value) Gets the Full Text Policy containing paths for full text search and the language specification for each path.CosmosFullTextPath.setLanguage
(String language) Sets the language for the cosmosFullText path.Sets the path.Sets the path for the cosmosFullText.CosmosFullTextPolicy.setPaths
(List<CosmosFullTextPath> paths) Sets the paths for cosmosFulltext.ChangeFeedProcessorItem.toJsonNode()
Helper API to convert this changeFeedProcessorItem instance to raw JsonNode format.ModifierConstructorDescriptionConstructorConstructorConstructorEncryptionKeyWrapMetadata
(String type, String name, String value) Deprecated.
ChangeFeedPolicy.createAllVersionsAndDeletesPolicy(Duration)
instead.