共用方式為


AzureFunctionEventSubscriptionDestination.MaxEventsPerBatch Property

Definition

Gets or sets maximum number of events per batch.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.maxEventsPerBatch")]
public int? MaxEventsPerBatch { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.maxEventsPerBatch")>]
member this.MaxEventsPerBatch : Nullable<int> with get, set
Public Property MaxEventsPerBatch As Nullable(Of Integer)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to