StorageBlobCreatedEventData.ContentLength Property

Definition

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to