SessionPerformanceInfoPageFileBytesPeak Property |
Win32_PerfFormattedData_TermService_TerminalServicesSession: Maximum number of bytes this
process has used in the paging file(s). Paging files are used to store pages of memory
used by the process that are not contained in other files. Paging files are shared by all
processes, and lack of space in paging files can prevent other processes from allocating
memory.
Namespace:
Xcalibur.Models.Sessions
Assembly:
Xcalibur.Models (in Xcalibur.Models.dll) Version: 1.0.5.0 (1.0.0.0)
Syntax [DataMemberAttribute]
public long PageFileBytesPeak { get; set; }
<DataMemberAttribute>
Public Property PageFileBytesPeak As Long
Get
Set
public:
[DataMemberAttribute]
virtual property long long PageFileBytesPeak {
long long get () sealed;
void set (long long value) sealed;
}
[<DataMemberAttribute>]
abstract PageFileBytesPeak : int64 with get, set
[<DataMemberAttribute>]
override PageFileBytesPeak : int64 with get, set
Property Value
Type:
Int64
The page file bytes peak.
Implements
ISessionPerformanceInfoPageFileBytesPeakSee Also