Uses of Class
com.azure.cosmos.ThroughputControlGroupConfig
Packages that use ThroughputControlGroupConfig
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 ThroughputControlGroupConfig in com.azure.cosmos
Methods in com.azure.cosmos that return ThroughputControlGroupConfigModifier and TypeMethodDescriptionThroughputControlGroupConfigBuilder.build()
Validate the throughput configuration and create a new throughput control group config item.Methods in com.azure.cosmos with parameters of type ThroughputControlGroupConfigModifier and TypeMethodDescriptionvoid
CosmosAsyncContainer.enableGlobalThroughputControlGroup
(ThroughputControlGroupConfig groupConfig, GlobalThroughputControlConfig globalControlConfig) Enable the throughput control group with global control mode.void
CosmosContainer.enableGlobalThroughputControlGroup
(ThroughputControlGroupConfig groupConfig, GlobalThroughputControlConfig globalControlConfig) Enable the throughput control group with global control mode.void
CosmosAsyncContainer.enableLocalThroughputControlGroup
(ThroughputControlGroupConfig groupConfig) Enable the throughput control group with local control mode.void
CosmosContainer.enableLocalThroughputControlGroup
(ThroughputControlGroupConfig groupConfig) Enable the throughput control group with local control mode. -
Uses of ThroughputControlGroupConfig in com.azure.cosmos.models
Methods in com.azure.cosmos.models that return ThroughputControlGroupConfigModifier and TypeMethodDescriptionChangeFeedProcessorOptions.getFeedPollThroughputControlGroupConfig()
Get the feed pool throughput control config.Methods in com.azure.cosmos.models with parameters of type ThroughputControlGroupConfigModifier and TypeMethodDescriptionChangeFeedProcessorOptions.setFeedPollThroughputControlConfig
(ThroughputControlGroupConfig feedPollThroughputControlGroupConfig) Set the feed poll local throughput control config.