IProcessInfoProperties.PeakWorkingSet Property

Definition

Peak working set.

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

Property Value

Attributes

Applies to