DurableTaskOptions.MaxEntityOperationBatchSize 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 maximum number of entity operations that are processed as a single batch.
public int? MaxEntityOperationBatchSize { get; set; }
member this.MaxEntityOperationBatchSize : Nullable<int> with get, set
Public Property MaxEntityOperationBatchSize As Nullable(Of Integer)
Property Value
A positive integer configured by the host.
Remarks
Reducing this number can help to avoid timeouts on consumption plans. If set to 1, batching is disabled, and each operation message executes and is billed as a separate function invocation.
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