FileNotification.BlobName Property

Definition

Name of the uploaded file.

[Newtonsoft.Json.JsonProperty(DefaultValueHandling=Newtonsoft.Json.DefaultValueHandling.Ignore, PropertyName="blobName")]
public string BlobName { get; set; }
[<Newtonsoft.Json.JsonProperty(DefaultValueHandling=Newtonsoft.Json.DefaultValueHandling.Ignore, PropertyName="blobName")>]
member this.BlobName : string with get, set
Public Property BlobName As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to