Search Results for

    Show / Hide Table of Contents

    Class MonitoringBatch

    Represents a batch of monitoring data collected on the node or/and delivered to the controller.

    Inheritance
    object
    MonitoringBatch
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    Namespace: Nevatech.Vsb.Repository.Monitoring
    Assembly: Nevatech.Vsb.Repository.dll
    Syntax
    [DataContract(Namespace = "http://schemas.nevatech.com/sentinet/2011/02")]
    public sealed class MonitoringBatch

    Constructors

    MonitoringBatch()

    Initializes an empty instance.

    Declaration
    public MonitoringBatch()

    Properties

    Activities

    Gets collection of monitoring activities that have to be recorded.

    Declaration
    [DataMember]
    public Collection<MonitoringActivity> Activities { get; }
    Property Value
    Type Description
    Collection<MonitoringActivity>

    Instance

    Gets or sets the unique identifier of the node instance reporting this data.

    Declaration
    [DataMember]
    public string Instance { get; set; }
    Property Value
    Type Description
    string

    IsEmpty

    Gets flag indicating that batch contains no data (all collections are empty).

    Declaration
    public bool IsEmpty { get; }
    Property Value
    Type Description
    bool

    NodeKey

    Gets or sets the unique identifier of the node reporting this data.

    Declaration
    [DataMember]
    public Guid NodeKey { get; set; }
    Property Value
    Type Description
    Guid

    Properties

    Gets collection of custom message properties that have to be recorded.

    Declaration
    [DataMember]
    public Collection<MonitoringTransactionProperty> Properties { get; }
    Property Value
    Type Description
    Collection<MonitoringTransactionProperty>

    Records

    Gets collection of captured messages that have to be recorded.

    Declaration
    [DataMember]
    public Collection<MonitoringRecord> Records { get; }
    Property Value
    Type Description
    Collection<MonitoringRecord>

    Transactions

    Gets collection of monitoring transactions that have to be recorded.

    Declaration
    [DataMember]
    public Collection<MonitoringTransaction> Transactions { get; }
    Property Value
    Type Description
    Collection<MonitoringTransaction>
    In This Article
    Back to top Nevatech Sentinet 6.7 Online Documentation