次の方法で共有


CaptureDescription.SizeLimitInBytes プロパティ

定義

キャプチャ操作の前に Event Hub に組み込まれるデータの量を定義するサイズ ウィンドウを取得または設定します。値は10485760から524288000 バイトの間にする必要があります

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象