File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1625,17 +1625,17 @@ export interface CommonProperties {
16251625 */
16261626 readonly brightness_level ?: number ;
16271627 /**
1628- * Number of device processors
1628+ * Number of logical CPU cores available for scheduling on the device at runtime, as reported by the operating system.
16291629 */
1630- readonly processor_count ?: number ;
1630+ readonly logical_cpu_count ?: number ;
16311631 /**
16321632 * Total RAM in megabytes
16331633 */
16341634 readonly total_ram ?: number ;
16351635 /**
16361636 * Whether the device is considered a low RAM device (Android)
16371637 */
1638- readonly is_low_ram_device ?: boolean ;
1638+ readonly is_low_ram ?: boolean ;
16391639 [ k : string ] : unknown ;
16401640 } ;
16411641 /**
Original file line number Diff line number Diff line change @@ -600,17 +600,17 @@ export interface CommonTelemetryProperties {
600600 */
601601 model ?: string ;
602602 /**
603- * Number of device processors
603+ * Number of logical CPU cores available for scheduling on the device at runtime, as reported by the operating system.
604604 */
605- readonly processor_count ?: number ;
605+ readonly logical_cpu_count ?: number ;
606606 /**
607607 * Total RAM in megabytes
608608 */
609609 readonly total_ram ?: number ;
610610 /**
611611 * Whether the device is considered a low RAM device (Android)
612612 */
613- readonly is_low_ram_device ?: boolean ;
613+ readonly is_low_ram ?: boolean ;
614614 [ k : string ] : unknown ;
615615 } ;
616616 /**
Original file line number Diff line number Diff line change @@ -1625,17 +1625,17 @@ export interface CommonProperties {
16251625 */
16261626 readonly brightness_level ?: number ;
16271627 /**
1628- * Number of device processors
1628+ * Number of logical CPU cores available for scheduling on the device at runtime, as reported by the operating system.
16291629 */
1630- readonly processor_count ?: number ;
1630+ readonly logical_cpu_count ?: number ;
16311631 /**
16321632 * Total RAM in megabytes
16331633 */
16341634 readonly total_ram ?: number ;
16351635 /**
16361636 * Whether the device is considered a low RAM device (Android)
16371637 */
1638- readonly is_low_ram_device ?: boolean ;
1638+ readonly is_low_ram ?: boolean ;
16391639 [ k : string ] : unknown ;
16401640 } ;
16411641 /**
Original file line number Diff line number Diff line change @@ -600,17 +600,17 @@ export interface CommonTelemetryProperties {
600600 */
601601 model ?: string ;
602602 /**
603- * Number of device processors
603+ * Number of logical CPU cores available for scheduling on the device at runtime, as reported by the operating system.
604604 */
605- readonly processor_count ?: number ;
605+ readonly logical_cpu_count ?: number ;
606606 /**
607607 * Total RAM in megabytes
608608 */
609609 readonly total_ram ?: number ;
610610 /**
611611 * Whether the device is considered a low RAM device (Android)
612612 */
613- readonly is_low_ram_device ?: boolean ;
613+ readonly is_low_ram ?: boolean ;
614614 [ k : string ] : unknown ;
615615 } ;
616616 /**
You can’t perform that action at this time.
0 commit comments