你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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