GoogleChromeManagementV1MemoryStatusReport class
Contains samples of memory status reports.
- This field is telemetry information and this will change over time as the device is utilized. * Data for this field is controlled via policy: ReportDeviceMemoryInfo
- Data Collection Frequency: Only at upload, SystemRamFreeByes is collected every 10 minutes * Default Data Reporting Frequency: Every 3 hours - Policy Controlled: Yes * Cache: If the device is offline, the collected data is stored locally, and will be reported when the device is next online: No * Reported for affiliated users only: N/A * Granular permission needed: TELEMETRY_API_MEMORY_REPORT
Constructors
- GoogleChromeManagementV1MemoryStatusReport({int? pageFaults, String? reportTime, String? sampleFrequency, String? systemRamFreeBytes})
- GoogleChromeManagementV1MemoryStatusReport.fromJson(Map json_)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- pageFaults ↔ int?
-
Number of page faults during this collection
getter/setter pair
- reportTime ↔ String?
-
The timestamp in milliseconds representing time at which this report was
sampled.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sampleFrequency ↔ String?
-
Frequency the report is sampled.
getter/setter pair
- systemRamFreeBytes ↔ String?
-
Amount of free RAM in bytes (unreliable due to Garbage Collection).
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited