Class StatisticsFilter

    Definition

    Namespace:
    Tizen.Network.Stc
    Assembly:
    Tizen.Network.Stc.dll

    A class for managing the Statistics Filters to match applications.

    public class StatisticsFilter
    Inheritance
    object
    StatisticsFilter

    Properties

    View Source

    AppId

    A property for App Id for statistics filter. AppId can be provided to get statistics for a specific application.

    Declaration
    public string AppId { get; set; }
    Property Value
    Type Description
    string

    Application id.

    View Source

    From

    A property for "from" value of time interval for statistics filter.

    Declaration
    public DateTime? From { get; set; }
    Property Value
    Type Description
    System.DateTime?

    from(start) of time interval.

    View Source

    InterfaceType

    A property for Interface type for statistics filter.

    Declaration
    public 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
    public TimePeriodType? TimePeriod { get; set; }
    Property Value
    Type Description
    TimePeriodType?

    Time period.

    View Source

    To

    A property for "to" value of time interval for statistics filter.

    Declaration
    public DateTime? To { get; set; }
    Property Value
    Type Description
    System.DateTime?

    to(end) of time interval.

    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX