Share via


ContentSummary.Length Property

Definition

Gets the number of bytes used by the content.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to