你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

PacketCaptureResultInner.BytesToCapturePerPacket 属性

定义

获取或设置每个数据包捕获的字节数,其余字节将被截断。

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

属性值

属性
Newtonsoft.Json.JsonPropertyAttribute

适用于