Condividi tramite


LoggerUpdateContract.IsBuffered Property

Definition

Gets or sets whether records are buffered in the logger before publishing. Default is assumed to be true.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.isBuffered")]
public bool? IsBuffered { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.isBuffered")>]
member this.IsBuffered : Nullable<bool> with get, set
Public Property IsBuffered As Nullable(Of Boolean)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to