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 TypeInterfaceDescriptioninterface
Encapsulates properties which are mapped to a batch of change feed documents processed whenChangeFeedProcessorBuilder.handleAllVersionsAndDeletesChanges(BiConsumer)
lambda is invoked.class
Represents the http2 connection config associated with Cosmos Client in the Azure Cosmos DB database service.enum
Represents the read consistency strategies supported by the Azure Cosmos DB service.Methods in com.azure.cosmos with annotations of type BetaModifier and TypeMethodDescriptiondefault CosmosDiagnosticsContext
ChangeFeedProcessorContext.getDiagnostics()
Get the diagnostics context from the underlying feed response.GatewayConnectionConfig.getHttp2ConnectionConfig()
Get the http2 connection config.ChangeFeedProcessorContext.getLeaseToken()
Gets the lease token corresponding to the source of a batch of change feed documents.Http2ConnectionConfig.getMaxConcurrentStreams()
Get the maximum number of the concurrent streams that can be opened to the remote peer.Http2ConnectionConfig.getMaxConnectionPoolSize()
Get the maximum number of live connections to keep in the pool.Http2ConnectionConfig.getMinConnectionPoolSize()
Get the minimum number of live connections to keep in the pool (can be the best effort).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.Http2ConnectionConfig.isEnabled()
return the flag to indicate whether http2 is enabled.CosmosClientBuilder.readConsistencyStrategy
(ReadConsistencyStrategy readConsistencyStrategy) Sets theReadConsistencyStrategy
to be used by this client for read/query operations by default.ThroughputControlGroupConfigBuilder.setDefault
(boolean aDefault) Deprecated.Http2ConnectionConfig.setEnabled
(Boolean enabled) Configure the flag to indicate whether http2 is enabled.ThroughputControlGroupConfigBuilder.setGroupName
(String groupName) Deprecated.GatewayConnectionConfig.setHttp2ConnectionConfig
(Http2ConnectionConfig http2ConnectionConfig) Set the http2 connection config.Http2ConnectionConfig.setMaxConcurrentStreams
(Integer maxConcurrentStreams) Configures the maximum number of the concurrent streams that can be opened to the remote peer.Http2ConnectionConfig.setMaxConnectionPoolSize
(Integer maxConnectionPoolSize) Configures the maximum number of live connections to keep in the pool.Http2ConnectionConfig.setMinConnectionPoolSize
(Integer minConnectionPoolSize) Configures the minimum number of live connections to keep in the pool (can be the best effort).ThroughputControlGroupConfigBuilder.setTargetThroughput
(int targetThroughput) Deprecated.ThroughputControlGroupConfigBuilder.setTargetThroughputThreshold
(double targetThroughputThreshold) Deprecated.Constructors in com.azure.cosmos with annotations of type Beta -
Uses of Beta in com.azure.cosmos.models
Classes in com.azure.cosmos.models with annotations of type BetaModifier 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 PolicyMethods 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 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 numberCosmosChangeFeedRequestOptions.getReadConsistencyStrategy()
Gets the read consistency strategy for the request.CosmosItemRequestOptions.getReadConsistencyStrategy()
Gets the read consistency strategy for the request.CosmosQueryRequestOptions.getReadConsistencyStrategy()
Gets the read consistency strategy for the request.CosmosReadManyRequestOptions.getReadConsistencyStrategy()
Gets the read consistency strategy for the request.CosmosRequestOptions.getReadConsistencyStrategy()
Gets the read consistency strategy.ChangeFeedPolicy.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.CosmosChangeFeedRequestOptions.setReadConsistencyStrategy
(ReadConsistencyStrategy readConsistencyStrategy) Sets the read consistency strategy required for the request.CosmosItemRequestOptions.setReadConsistencyStrategy
(ReadConsistencyStrategy readConsistencyStrategy) Sets the read consistency strategy required for the request.CosmosQueryRequestOptions.setReadConsistencyStrategy
(ReadConsistencyStrategy readConsistencyStrategy) Sets the read consistency strategy required for the request.CosmosReadManyRequestOptions.setReadConsistencyStrategy
(ReadConsistencyStrategy readConsistencyStrategy) Sets the read consistency strategy required for the request.CosmosRequestOptions.setReadConsistencyStrategy
(ReadConsistencyStrategy readConsistencyStrategy) Sets the read consistency strategy.ChangeFeedProcessorItem.toJsonNode()
Helper API to convert this changeFeedProcessorItem instance to raw JsonNode format.Constructors in com.azure.cosmos.models with annotations of type BetaModifierConstructorDescriptionConstructorConstructorConstructorEncryptionKeyWrapMetadata
(String type, String name, String value) Deprecated.
ChangeFeedPolicy.createAllVersionsAndDeletesPolicy(Duration)
instead.