StreamingJob.EventsLateArrivalMaxDelayInSeconds Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou définit le délai maximal tolérable en secondes où les événements arrivant en retard peuvent être inclus. La plage prise en charge est comprise entre -1 et 1814399 (20.23:59:59 jours) et -1 est utilisé pour spécifier d’attendre indéfiniment. Si la propriété est absente, elle est interprétée comme ayant la valeur -1.
[Newtonsoft.Json.JsonProperty(PropertyName="properties.eventsLateArrivalMaxDelayInSeconds")]
public int? EventsLateArrivalMaxDelayInSeconds { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.eventsLateArrivalMaxDelayInSeconds")>]
member this.EventsLateArrivalMaxDelayInSeconds : Nullable<int> with get, set
Public Property EventsLateArrivalMaxDelayInSeconds As Nullable(Of Integer)
Valeur de propriété
- Attributs
-
Newtonsoft.Json.JsonPropertyAttribute
S’applique à
Azure SDK for .NET