SiteLimits.MaxDiskSizeInMb Property

Definition

Gets or sets maximum allowed disk size usage in MB.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to