Package | Description |
---|---|
com.azure.cosmos |
This package provides interfaces for interacting with Azure Cosmos DB.
|
Modifier and Type | Method and Description |
---|---|
GlobalThroughputControlConfig |
GlobalThroughputControlConfigBuilder.build()
Validate the throughput global control configuration and create a new throughput global control config item.
|
Modifier and Type | Method and Description |
---|---|
void |
CosmosContainer.enableGlobalThroughputControlGroup(ThroughputControlGroupConfig groupConfig,
GlobalThroughputControlConfig globalControlConfig)
Enable the throughput control group with global control mode.
|
void |
CosmosAsyncContainer.enableGlobalThroughputControlGroup(ThroughputControlGroupConfig groupConfig,
GlobalThroughputControlConfig globalControlConfig)
Enable the throughput control group with global control mode.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.