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 TypeMethodDescriptionvoidCosmosAsyncContainer.enableGlobalThroughputControlGroup(ThroughputControlGroupConfig groupConfig, GlobalThroughputControlConfig globalControlConfig) Enable the throughput control group with global control mode.voidCosmosContainer.enableGlobalThroughputControlGroup(ThroughputControlGroupConfig groupConfig, GlobalThroughputControlConfig globalControlConfig) Enable the throughput control group with global control mode.voidCosmosAsyncContainer.enableLocalThroughputControlGroup(ThroughputControlGroupConfig groupConfig) Enable the throughput control group with local control mode.voidCosmosContainer.enableLocalThroughputControlGroup(ThroughputControlGroupConfig groupConfig) Enable the throughput control group with local control mode.voidCosmosAsyncContainer.enableServerThroughputControlGroup(ThroughputControlGroupConfig groupConfig) Enable the server throughput bucket control group.voidCosmosContainer.enableServerThroughputControlGroup(ThroughputControlGroupConfig groupConfig) Enable the server throughput control group. -
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.