Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Applies to: ✅ Azure Data Explorer
Changes a cluster's capacity policy. The policy is used to control the computational resources for data management operations on the cluster.
You must have AllDatabasesAdmin permissions to run this command.
.alter-merge
cluster
policy
capacity
SerializedArrayOfPolicyObjects
Learn more about syntax conventions.
Name | Type | Required | Description |
---|---|---|---|
SerializedArrayOfPolicyObjects | string |
✔️ | A serialized array with one or more JSON policy objects. For more information, see capacity policy. |
Alter a single property in the cluster level policy, keeping all other properties intact:
.alter-merge cluster policy capacity ```
{
"ExtentsPartitionCapacity": {
"MaximumConcurrentOperationsPerNode": 4
}
}```