ISnapshotProperties.Size Property

Definition

The size in bytes of the snapshot.

[Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.Info(Create=false, Description="The size in bytes of the snapshot.", PossibleTypes=new System.Type[] { typeof(System.Int64) }, Read=true, ReadOnly=true, Required=false, SerializedName="size", Update=false)]
public long? Size { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.Info(Create=false, Description="The size in bytes of the snapshot.", PossibleTypes=new System.Type[] { typeof(System.Int64) }, Read=true, ReadOnly=true, Required=false, SerializedName="size", Update=false)>]
member this.Size : Nullable<int64>
Public ReadOnly Property Size As Nullable(Of Long)

Property Value

Attributes

Applies to