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 TypeMethodDescriptionvoidCosmosAsyncContainer.enableServerThroughputControlGroup(ThroughputControlGroupConfig groupConfig) Enable the server throughput bucket control group.voidCosmosContainer.enableServerThroughputControlGroup(ThroughputControlGroupConfig groupConfig) Enable the server throughput control group.CosmosDiagnostics.getRegionsContacted()Deprecated.ThroughputControlGroupConfig.getThroughputBucket()Get the throughput bucket.ThroughputControlGroupConfigBuilder.setDefault(boolean aDefault) Deprecated.ThroughputControlGroupConfigBuilder.setGroupName(String groupName) Deprecated.ThroughputControlGroupConfigBuilder.setTargetThroughput(int targetThroughput) Deprecated.ThroughputControlGroupConfigBuilder.setTargetThroughputThreshold(double targetThroughputThreshold) Deprecated.ThroughputControlGroupConfigBuilder.throughputBucket(int throughputBucket) Set the throughput bucket of the group. -
Uses of Beta in com.azure.cosmos.models
Classes in com.azure.cosmos.models with annotations of type BetaModifier and TypeClassDescriptionfinal classRepresents the build status of a global secondary index as returned by the Azure Cosmos DB service.final classRepresents the global secondary index definition for a container in the Azure Cosmos DB service.Fields in com.azure.cosmos.models with annotations of type BetaModifier and TypeFieldDescriptionstatic final CosmosGlobalSecondaryIndexBuildStatusCosmosGlobalSecondaryIndexBuildStatus.ACTIVEThe global secondary index has been fully built and is actively serving queries.static final CosmosGlobalSecondaryIndexBuildStatusCosmosGlobalSecondaryIndexBuildStatus.DELETE_IN_PROGRESSThe global secondary index is being deleted.static final CosmosGlobalSecondaryIndexBuildStatusCosmosGlobalSecondaryIndexBuildStatus.INITIAL_BUILD_AFTER_CREATEThe global secondary index is performing its initial build after being created.static final CosmosGlobalSecondaryIndexBuildStatusCosmosGlobalSecondaryIndexBuildStatus.INITIAL_BUILD_AFTER_RESTOREThe global secondary index is performing its initial build after the source container was restored.static final CosmosGlobalSecondaryIndexBuildStatusCosmosGlobalSecondaryIndexBuildStatus.INITIALIZINGThe global secondary index has been created and is initializing.Methods in com.azure.cosmos.models with annotations of type BetaModifier and TypeMethodDescriptionstatic ChangeFeedPolicyChangeFeedPolicy.createFullFidelityPolicy(Duration retentionDuration) Deprecated.static ChangeFeedPolicyChangeFeedPolicy.createIncrementalPolicy()Deprecated.useChangeFeedPolicy.createLatestVersionPolicy()instead.CosmosGlobalSecondaryIndexBuildStatus.fromString(String name) Creates or finds aCosmosGlobalSecondaryIndexBuildStatusfrom its string representation.CosmosChangeFeedRequestOptions.fullFidelity()Deprecated.CosmosGlobalSecondaryIndexDefinition.getDefinition()Gets the query definition for the GlobalSecondaryIndex.ChangeFeedPolicy.getFullFidelityRetentionDuration()Deprecated.CosmosContainerProperties.getGlobalSecondaryIndexDefinition()Gets the global secondary index definition for this container in the Azure Cosmos DB service.CosmosGlobalSecondaryIndexDefinition.getSourceContainerId()Gets the source container id for the global secondary index.CosmosGlobalSecondaryIndexDefinition.getSourceContainerRid()Gets the source container resource id (RID) for the GlobalSecondaryIndex as returned by the server.CosmosGlobalSecondaryIndexDefinition.getStatus()Gets the build status of the GlobalSecondaryIndex as returned by the server.CosmosContainerProperties.setGlobalSecondaryIndexDefinition(CosmosGlobalSecondaryIndexDefinition value) Sets the global secondary index definition for this container in the Azure Cosmos DB service.CosmosGlobalSecondaryIndexBuildStatus.values()Gets the knownCosmosGlobalSecondaryIndexBuildStatusvalues declared on this class.Constructors in com.azure.cosmos.models with annotations of type BetaModifierConstructorDescriptionDeprecated.CosmosGlobalSecondaryIndexDefinition(String sourceContainerId, String definition) Creates a new global secondary index definition.EncryptionKeyWrapMetadata(String type, String name, String value) Deprecated.
ChangeFeedPolicy.createAllVersionsAndDeletesPolicy(Duration)instead.