architecture property

String? architecture
getter/setter pair

Architecture type for the CPU.

  • This field provides device information, which is static and will not change over time. * Data for this field is controlled via policy: ReportDeviceCpuInfo
  • Data Collection Frequency: Only at Upload * Default Data Reporting Frequency: 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

Output only. Possible string values are:

  • "ARCHITECTURE_UNSPECIFIED" : Architecture unknown.
  • "X64" : x64 architecture

Implementation

core.String? architecture;