Share via


BodyDiagnosticSettings.Bytes Property

Definition

Gets or sets number of request body bytes to log.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to