Partager via


FunctionOutputDataSource.MaxBatchCount Propriété

Définition

Propriété qui vous permet de spécifier le nombre maximal d’événements dans chaque lot envoyé à Azure Functions. La valeur par défaut est 100.

public int? MaxBatchCount { get; set; }
member this.MaxBatchCount : Nullable<int> with get, set
Public Property MaxBatchCount As Nullable(Of Integer)

Valeur de propriété

S’applique à