Share via


ContentSummary.SpaceConsumed Property

Definition

Gets the disk space consumed by the content.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to