DurableTaskOptions.PartitionCount 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.
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
Azure SDK for .NET