Show / Hide Table of Contents

Class GoogleChromeManagementV1StorageInfo

Status data for storage. * This field is telemetry information and this will change over time as the device is utilized. * Data for this field is controlled via policy: ReportDeviceStorageStatus * 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 * Granular permission needed: TELEMETRY_API_STORAGE_INFO

Inheritance
object
GoogleChromeManagementV1StorageInfo
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 GoogleChromeManagementV1StorageInfo : IDirectResponseSchema

Properties

AvailableDiskBytes

The available space for user data storage in the device in bytes.

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

ETag

The ETag of the item.

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

TotalDiskBytes

The total space for user data storage in the device in bytes.

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

Volume

Information for disk volumes

Declaration
[JsonProperty("volume")]
public virtual IList<GoogleChromeManagementV1StorageInfoDiskVolume> Volume { get; set; }
Property Value
Type Description
IList<GoogleChromeManagementV1StorageInfoDiskVolume>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX