.alter-merge capacity policy

Enables or disables a cluster's capacity policy. The policy is used to control the computational resources for data management operations on the cluster. This command requires AllDatabasesAdmin permission.

Syntax

.alter-merge cluster policy capacity SerializedArrayOfPolicyObjects

Arguments

SerializedArrayOfPolicyObjects - A serialized array with one or more JSON policy objects.

Examples

Alter a single property in the cluster level policy, keeping all other properties intact:

.alter-merge cluster policy capacity ```
{
  "ExtentsPartitionCapacity": {
    "MaximumConcurrentOperationsPerNode": 4
  }
}```