Class GoogleChromeManagementV1BootPerformanceReport
Boot performance report of a device. * This field is telemetry information and this will change over time as the device is utilized. * Data for this field is controlled via policy: ReportDeviceBootMode * Data Collection Frequency: On every boot up event * 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: Yes * Reported for affiliated users only: N/A * Granular permission needed: TELEMETRY_API_OS_REPORT
Implements
Inherited Members
Namespace: Google.Apis.ChromeManagement.v1.Data
Assembly: Google.Apis.ChromeManagement.v1.dll
Syntax
public class GoogleChromeManagementV1BootPerformanceReport : IDirectResponseSchema
Properties
BootUpDuration
Total time to boot up.
Declaration
[JsonProperty("bootUpDuration")]
public virtual object BootUpDuration { get; set; }
Property Value
Type | Description |
---|---|
object |
BootUpTime
object representation of BootUpTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use BootUpTimeDateTimeOffset instead.")]
public virtual object BootUpTime { get; set; }
Property Value
Type | Description |
---|---|
object |
BootUpTimeDateTimeOffset
DateTimeOffset representation of BootUpTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? BootUpTimeDateTimeOffset { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset? |
BootUpTimeRaw
The timestamp when power came on.
Declaration
[JsonProperty("bootUpTime")]
public virtual string BootUpTimeRaw { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ReportTime
object representation of ReportTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use ReportTimeDateTimeOffset instead.")]
public virtual object ReportTime { get; set; }
Property Value
Type | Description |
---|---|
object |
ReportTimeDateTimeOffset
DateTimeOffset representation of ReportTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? ReportTimeDateTimeOffset { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset? |
ReportTimeRaw
Timestamp when the report was collected.
Declaration
[JsonProperty("reportTime")]
public virtual string ReportTimeRaw { get; set; }
Property Value
Type | Description |
---|---|
string |
ShutdownDuration
Total time since shutdown start to power off.
Declaration
[JsonProperty("shutdownDuration")]
public virtual object ShutdownDuration { get; set; }
Property Value
Type | Description |
---|---|
object |
ShutdownReason
The shutdown reason.
Declaration
[JsonProperty("shutdownReason")]
public virtual string ShutdownReason { get; set; }
Property Value
Type | Description |
---|---|
string |
ShutdownTime
object representation of ShutdownTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use ShutdownTimeDateTimeOffset instead.")]
public virtual object ShutdownTime { get; set; }
Property Value
Type | Description |
---|---|
object |
ShutdownTimeDateTimeOffset
DateTimeOffset representation of ShutdownTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? ShutdownTimeDateTimeOffset { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset? |
ShutdownTimeRaw
The timestamp when shutdown.
Declaration
[JsonProperty("shutdownTime")]
public virtual string ShutdownTimeRaw { get; set; }
Property Value
Type | Description |
---|---|
string |