ReportRecordContract.Bandwidth Property

Definition

Gets or sets bandwidth consumed.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to