Class GoogleChromeManagementV1MemoryInfo
Memory information of a device. * This field has both telemetry and device information: - totalRamBytes
-
Device information - availableRamBytes
- Telemetry information - totalMemoryEncryption
- Device information
- Data for this field is controlled via policy:
ReportDeviceMemoryInfo * Data Collection
Frequency: -
totalRamBytes
- Only at upload -availableRamBytes
- Every 10 minutes -totalMemoryEncryption
- at device startup * Default Data Reporting Frequency: -
totalRamBytes
- 3 hours -availableRamBytes
- 3 hours -totalMemoryEncryption
- at device startup - 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: only fortotalMemoryEncryption
* Reported for affiliated users only: N/A * Granular permission needed: TELEMETRY_API_MEMORY_INFO
Implements
Inherited Members
Namespace: Google.Apis.ChromeManagement.v1.Data
Assembly: Google.Apis.ChromeManagement.v1.dll
Syntax
public class GoogleChromeManagementV1MemoryInfo : IDirectResponseSchema
Properties
AvailableRamBytes
Output only. Amount of available RAM in bytes.
Declaration
[JsonProperty("availableRamBytes")]
public virtual long? AvailableRamBytes { get; set; }
Property Value
Type | Description |
---|---|
long? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
TotalMemoryEncryption
Output only. Total memory encryption info for the device.
Declaration
[JsonProperty("totalMemoryEncryption")]
public virtual GoogleChromeManagementV1TotalMemoryEncryptionInfo TotalMemoryEncryption { get; set; }
Property Value
Type | Description |
---|---|
GoogleChromeManagementV1TotalMemoryEncryptionInfo |
TotalRamBytes
Output only. Total RAM in bytes.
Declaration
[JsonProperty("totalRamBytes")]
public virtual long? TotalRamBytes { get; set; }
Property Value
Type | Description |
---|---|
long? |