FileNotification.BlobSizeInBytes Property

Definition

Size of the uploaded file in bytes.

[Newtonsoft.Json.JsonProperty(DefaultValueHandling=Newtonsoft.Json.DefaultValueHandling.Ignore, PropertyName="blobSizeInBytes")]
public long BlobSizeInBytes { get; set; }
[<Newtonsoft.Json.JsonProperty(DefaultValueHandling=Newtonsoft.Json.DefaultValueHandling.Ignore, PropertyName="blobSizeInBytes")>]
member this.BlobSizeInBytes : int64 with get, set
Public Property BlobSizeInBytes As Long

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to