ClusterUpdate.EnableStreamingIngest Property

Definition

Gets or sets a boolean value that indicates if the streaming ingest is enabled.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to