Share via


PacketCaptureResultInner.BytesToCapturePerPacket Property

Definition

Gets or sets number of bytes captured per packet, the remaining bytes are truncated.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to