Share via


PacketCaptureResultInner.TotalBytesPerSession Property

Definition

Gets or sets maximum size of the capture output.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to