File.ContentLength Property

Definition

Gets content length.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Remarks

The file of the size.

Applies to