NewOrUpdateAzCosmosDBAccount.EnablePartitionMerge Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[System.Management.Automation.Parameter(HelpMessage="Enables partition merge feature on the Cosmos DB database account. Accepted values: false, true", Mandatory=false)]
public bool? EnablePartitionMerge { get; set; }
[<System.Management.Automation.Parameter(HelpMessage="Enables partition merge feature on the Cosmos DB database account. Accepted values: false, true", Mandatory=false)>]
member this.EnablePartitionMerge : Nullable<bool> with get, set
Public Property EnablePartitionMerge As Nullable(Of Boolean)
Property Value
- Attributes