LogFile.SizeInKB Property

Definition

Gets or sets size of the log file.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to