[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)