Share via


DurableTaskOptions.MaxEntityOperationBatchSize Property

Definition

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