Class About.StorageQuotaData
The user's storage quota limits and usage. All fields are measured in bytes.
public class About.StorageQuotaData
- Inheritance
-
About.StorageQuotaData
- Inherited Members
Constructors
StorageQuotaData()
public StorageQuotaData()
Properties
Limit
The usage limit, if applicable. This will not be present if the user has unlimited storage.
public virtual long? Limit { get; set; }
Property Value
- long?
Usage
The total usage across all services.
public virtual long? Usage { get; set; }
Property Value
- long?
UsageInDrive
The usage by all files in Google Drive.
public virtual long? UsageInDrive { get; set; }
Property Value
- long?
UsageInDriveTrash
The usage by trashed files in Google Drive.
public virtual long? UsageInDriveTrash { get; set; }
Property Value
- long?