Class Storage
Mobile device disk/flash usage. Not reported for all devices.
Implements
Inherited Members
Namespace: Google.Apis.FirebaseCrashlytics.v1alpha.Data
Assembly: Google.Apis.FirebaseCrashlytics.v1alpha.dll
Syntax
public class Storage : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Free
Bytes free.
Declaration
[JsonProperty("free")]
public virtual long? Free { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |
Used
Bytes used.
Declaration
[JsonProperty("used")]
public virtual long? Used { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |