Search Results for

    Show / Hide Table of Contents

    Class ReportingElement

    Represents a configuration element containing configuration for the service activity reporting subsystem.

    Inheritance
    object
    ConfigurationElement
    ReportingElement
    Inherited Members
    ConfigurationElement.IsReadOnly()
    ConfigurationElement.Equals(object)
    ConfigurationElement.GetHashCode()
    ConfigurationElement.LockAttributes
    ConfigurationElement.LockAllAttributesExcept
    ConfigurationElement.LockElements
    ConfigurationElement.LockAllElementsExcept
    ConfigurationElement.LockItem
    ConfigurationElement.ElementInformation
    ConfigurationElement.CurrentConfiguration
    object.ToString()
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetType()
    Namespace: Nevatech.Vsb.Repository.Configuration
    Assembly: Nevatech.Vsb.Repository.dll
    Syntax
    public sealed class ReportingElement : ConfigurationElement

    Constructors

    ReportingElement()

    Declaration
    public ReportingElement()

    Fields

    RealTimeIntervalAttributeName

    Name of the attribute representing the real-time reporting interval in the configuration element.

    Declaration
    public const string RealTimeIntervalAttributeName = "realTimeInterval"
    Field Value
    Type Description
    string

    Properties

    Properties

    Gets collection of configuration element properties.

    Declaration
    protected override ConfigurationPropertyCollection Properties { get; }
    Property Value
    Type Description
    ConfigurationPropertyCollection
    Overrides
    ConfigurationElement.Properties

    RealTimeInterval

    Gets or sets the length of the time interval in minutes going back from the current time when system should use real-time monitoring data for presenting graphs and reports. If reporting time range goes beyond this interval (is older), aggregated data should be used. Default is MaxValue (aggregated data are never used).

    Declaration
    [ConfigurationProperty("realTimeInterval")]
    public TimeSpan RealTimeInterval { get; set; }
    Property Value
    Type Description
    TimeSpan
    In This Article
    Back to top Nevatech Sentinet 6.7 Online Documentation