BackupItemInner.SizeInBytes Property

Definition

Gets size of the backup in bytes.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to