IProcessInfoProperties.PeakPagedMemory Property

Definition

Peak paged memory.

[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=true, Description="Peak paged memory.", PossibleTypes=new System.Type[] { typeof(System.Int64) }, Read=true, ReadOnly=false, Required=false, SerializedName="peak_paged_memory", Update=true)]
public long? PeakPagedMemory { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=true, Description="Peak paged memory.", PossibleTypes=new System.Type[] { typeof(System.Int64) }, Read=true, ReadOnly=false, Required=false, SerializedName="peak_paged_memory", Update=true)>]
member this.PeakPagedMemory : Nullable<int64> with get, set
Public Property PeakPagedMemory As Nullable(Of Long)

Property Value

Attributes

Applies to