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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET