次の方法で共有


ClusterUpdate.EnableStreamingIngest プロパティ

定義

ストリーミングインジェストが有効かどうかを示すブール値を取得または設定します。

[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)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象