Share via


EventHubCaptureFileCreatedEventData.SizeInBytes Property

Definition

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to