Sdílet prostřednictvím


PacketCaptureResult.BytesToCapturePerPacket Property

Definition

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

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to