Show / Hide Table of Contents

Class GoogleChromeManagementV1BatterySampleReport

Sampling data for battery. * This field is telemetry information and this will change over time as the device is utilized. * Data for this field is controlled via policy: ReportDevicePowerStatus * 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
Inheritance
object
GoogleChromeManagementV1BatterySampleReport
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.ChromeManagement.v1.Data
Assembly: Google.Apis.ChromeManagement.v1.dll
Syntax
public class GoogleChromeManagementV1BatterySampleReport : IDirectResponseSchema

Properties

ChargeRate

Output only. Battery charge percentage.

Declaration
[JsonProperty("chargeRate")]
public virtual int? ChargeRate { get; set; }
Property Value
Type Description
int?

Current

Output only. Battery current (mA).

Declaration
[JsonProperty("current")]
public virtual long? Current { get; set; }
Property Value
Type Description
long?

DischargeRate

Output only. The battery discharge rate measured in mW. Positive if the battery is being discharged, negative if it's being charged.

Declaration
[JsonProperty("dischargeRate")]
public virtual int? DischargeRate { get; set; }
Property Value
Type Description
int?

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

RemainingCapacity

Output only. Battery remaining capacity (mAmpere-hours).

Declaration
[JsonProperty("remainingCapacity")]
public virtual long? RemainingCapacity { get; set; }
Property Value
Type Description
long?

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

Output only. Timestamp of when the sample was collected on device

Declaration
[JsonProperty("reportTime")]
public virtual string ReportTimeRaw { get; set; }
Property Value
Type Description
string

Status

Output only. Battery status read from sysfs. Example: Discharging

Declaration
[JsonProperty("status")]
public virtual string Status { get; set; }
Property Value
Type Description
string

Temperature

Output only. Temperature in Celsius degrees.

Declaration
[JsonProperty("temperature")]
public virtual int? Temperature { get; set; }
Property Value
Type Description
int?

Voltage

Output only. Battery voltage (millivolt).

Declaration
[JsonProperty("voltage")]
public virtual long? Voltage { get; set; }
Property Value
Type Description
long?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX