QueuesOptions.NewBatchThreshold 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 threshold at which a new batch of messages will be fetched (per job method).
Must be zero or positive integer. If not set then it defaults to BatchSize/2*processorCount
.
The maximum number of messages processed in parallel by the job is NewBatchThreshold plus BatchSize.
public int NewBatchThreshold { get; set; }
member this.NewBatchThreshold : int with get, set
Public Property NewBatchThreshold As Integer
Property Value
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET