BackupItem.WebsiteSizeInBytes Property

Definition

Gets size of the original web app which has been backed up.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to