ServerlessSettings.KeepAliveIntervalInSeconds Property

Definition

Gets or sets gets or sets the Keep-Alive Interval. Optional to set. Value is in seconds. The default value is 15 seconds. Customers should set this value to a shorter period if they want the service to send keep-alive messages more frequently, ensuring timely checks of the connection status. Conversely, customers can set this value to a longer period if they want the service to send keep-alive messages less frequently, reducing network traffic, but note that it may take longer to detect a disconnection. This interval ensures that the connection is maintained by sending periodic keep-alive messages to the client.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to