Share via


PSPacketCaptureSettings.FileSizeInBytes Property

Definition

Gets or sets number of bytes captured per packet.

[Microsoft.WindowsAzure.Commands.Common.Attributes.Ps1Xml(Target=Microsoft.WindowsAzure.Commands.Common.Attributes.ViewControl.Table)]
[Newtonsoft.Json.JsonProperty(Order=2)]
public long? FileSizeInBytes { get; set; }
[<Microsoft.WindowsAzure.Commands.Common.Attributes.Ps1Xml(Target=Microsoft.WindowsAzure.Commands.Common.Attributes.ViewControl.Table)>]
[<Newtonsoft.Json.JsonProperty(Order=2)>]
member this.FileSizeInBytes : Nullable<int64> with get, set
Public Property FileSizeInBytes As Nullable(Of Long)

Property Value

Attributes
Ps1XmlAttribute Newtonsoft.Json.JsonPropertyAttribute

Applies to