Class ApplicationUsageSummary
Application Usage Summary
[DataContract]
public class ApplicationUsageSummary
- Inheritance
-
ApplicationUsageSummary
- Inherited Members
Constructors
ApplicationUsageSummary()
public ApplicationUsageSummary()
Properties
Application
Name of the Application
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "application")]
public string Application { get; set; }
Property Value
Downstream
Downstream usage of the Application, in megabytes
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "downstream")]
public int Downstream { get; set; }
Property Value
Percentage
Percent usage of the Application
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "percentage")]
public int Percentage { get; set; }
Property Value
Total
Total usage of the Application, in megabytes
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "total")]
public int Total { get; set; }
Property Value
Upstream
Upstream usage of the Application, in megabytes
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "upstream")]
public int Upstream { get; set; }