Class StatisticsFilter
Definition
- Assembly:
- Tizen.Network.Stc.dll
A class for managing the Statistics Filters to match applications.
C#Copypublic class StatisticsFilter
- Inheritance
-
objectStatisticsFilter
Properties
View Source
AppId
A property for App Id for statistics filter. AppId can be provided to get statistics for a specific application.
Declaration
C#Copypublic string AppId { get; set; }
Property Value
| Type | Description |
|---|---|
| string | Application id. |
Declaration
C#Copypublic DateTime? From { get; set; }
Property Value
| Type | Description |
|---|---|
| System.DateTime? | from(start) of time interval. |
Declaration
C#Copypublic NetworkInterface? InterfaceType { get; set; }
Property Value
| Type | Description |
|---|---|
| NetworkInterface? | Interface type. |
View Source
TimePeriod
A property for Time period for statistics filter. This is used to granulate the statistics data.
Declaration
C#Copypublic TimePeriodType? TimePeriod { get; set; }
Property Value
| Type | Description |
|---|---|
| TimePeriodType? | Time period. |
Declaration
C#Copypublic DateTime? To { get; set; }
Property Value
| Type | Description |
|---|---|
| System.DateTime? | to(end) of time interval. |