Condividi tramite


AzureStorageOptions.PartitionCount Property

Definition

Gets or sets the partition count for the control queue.

public int PartitionCount { get; set; }
member this.PartitionCount : int with get, set
Public Property PartitionCount As Integer

Property Value

A positive integer between 1 and 16. The default value is 4.

Remarks

Increasing the number of partitions will increase the number of workers that can concurrently execute orchestrator functions. However, increasing the partition count can also increase the amount of load placed on the storage account and on the thread pool if the number of workers is smaller than the number of partitions.

Applies to