@@ -172,6 +172,9 @@ internal class AnalyticTelemetryData
172
172
[ JsonProperty ( "LibraryLocation" , Required = Required . Always ) ]
173
173
public string LibraryLocation { get ; set ; }
174
174
175
+ [ JsonProperty ( "LockPerformance" , Required = Required . Always ) ]
176
+ public string LockPerformance { get ; set ; }
177
+
175
178
[ JsonProperty ( "NetworkAdapters" , Required = Required . Always ) ]
176
179
public string NetworkAdapters { get ; set ; }
177
180
@@ -205,6 +208,9 @@ internal class AnalyticTelemetryData
205
208
[ JsonProperty ( "PerformanceCounter" , Required = Required . Always ) ]
206
209
public bool PerformanceCounter { get ; set ; }
207
210
211
+ [ JsonProperty ( "SleepPerformance" , Required = Required . Always ) ]
212
+ public string SleepPerformance { get ; set ; }
213
+
208
214
[ JsonProperty ( "UpdateModuleType" , Required = Required . Always ) ]
209
215
public string UpdateModuleType { get ; set ; }
210
216
@@ -241,6 +247,9 @@ internal class AnalyticTelemetryData
241
247
[ JsonProperty ( "BatteryPerformance" , Required = Required . Always ) ]
242
248
public string BatteryPerformance { get ; set ; }
243
249
250
+ [ JsonProperty ( "ConsolePerformance" , Required = Required . Always ) ]
251
+ public string ConsolePerformance { get ; set ; }
252
+
244
253
[ JsonProperty ( "CyclingTransitionTime" , Required = Required . Always ) ]
245
254
public int CyclingTransitionTime { get ; set ; }
246
255
@@ -253,6 +262,9 @@ internal class AnalyticTelemetryData
253
262
[ JsonProperty ( "NetworkPerformance" , Required = Required . Always ) ]
254
263
public string NetworkPerformance { get ; set ; }
255
264
265
+ [ JsonProperty ( "SessionPerformance" , Required = Required . Always ) ]
266
+ public string SessionPerformance { get ; set ; }
267
+
256
268
[ JsonProperty ( "VirtualPerformance" , Required = Required . Always ) ]
257
269
public string VirtualPerformance { get ; set ; }
258
270
@@ -280,6 +292,9 @@ internal class AnalyticTelemetryData
280
292
[ JsonProperty ( "ProcessorArchitecture" , Required = Required . Always ) ]
281
293
public string ProcessorArchitecture { get ; set ; }
282
294
295
+ [ JsonProperty ( "ScreenSaverPerformance" , Required = Required . Always ) ]
296
+ public string ScreenSaverPerformance { get ; set ; }
297
+
283
298
[ JsonProperty ( "BatterySaverPerformance" , Required = Required . Always ) ]
284
299
public string BatterySaverPerformance { get ; set ; }
285
300
0 commit comments