Cmdlets for Azure Cosmos DB

Build 24.0.9060

MaxThreads Parameter (Connect-CosmosDB Cmdlet)

Specifies the maximum number of concurrent requests for Batch CUD (Create, Update, Delete) operations.

Syntax

Connect-CosmosDB -MaxThreads int

Data Type

int

Default Value

200

Remarks

This property should be used in conjunction with the WriteThroughputBudget connection property. The cmdlet may execute less parallel requests than the configured MaxThreads value, since it always aims to not exceed the WriteThroughputBudget limit. The number of concurrent requests will also depend on the running machine's resources.

Note: This property is applicable only when executing batch CUD operations.

Copyright (c) 2024 CData Software, Inc. - All rights reserved.
Build 24.0.9060