Share via


PacketCapture.TotalBytesPerSession Property

Definition

Gets or sets maximum size of the capture output.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to