Interface IAccountInformation
Namespace: CG.Web.MegaApiClient
Assembly: MegaApiClient.dll
Syntax
public interface IAccountInformation
Properties
| Improve this Doc View SourceMetrics
Declaration
IEnumerable<IStorageMetrics> Metrics { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<IStorageMetrics> |
TotalQuota
Declaration
long TotalQuota { get; }
Property Value
Type | Description |
---|---|
System.Int64 |
UsedQuota
Declaration
long UsedQuota { get; }
Property Value
Type | Description |
---|---|
System.Int64 |