Share via


IProcessInfoProperties.PeakWorkingSet Property

Definition

Peak working set.

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

Property Value

Attributes

Applies to