AP&C API Reference
Public Member Functions | Properties | List of all members
Apac.Monitoring.Measurements Class Reference
Inheritance diagram for Apac.Monitoring.Measurements:
Apac.Collections.TimestampedList< Measurement >

Public Member Functions

 Measurements (ushort sourceResolution)
 
 Measurements (ushort sourceResolution, DateTime stamp)
 
 Measurements (ushort sourceResolution, DateTime stamp, Monitoring.ManagedElement element)
 
 Measurements (SerializationInfo info, StreamingContext context)
 
 Measurements (Monitoring.ManagedElement element)
 
 Measurements (IList< Measurement > list, ushort resolution, DateTime timestamp)
 
 Measurements (System.Collections.ICollection list, ushort resolution, DateTime timestamp)
 
override void GetObjectData (SerializationInfo info, StreamingContext context)
 
- Public Member Functions inherited from Apac.Collections.TimestampedList< Measurement >
 TimestampedList ()
 Initializes a new instance of the TimestampedList<T> class. More...
 
 TimestampedList (DateTime stamp)
 Initializes a new instance of the TimestampedList<T> class. More...
 
 TimestampedList (DateTime stamp, Monitoring.ManagedElement element)
 Initializes a new instance of the TimestampedList<T> class. More...
 
 TimestampedList (DateTime stamp, IList< T > list)
 Initializes a new instance of the TimestampedList<T> class. More...
 
override void GetObjectData (SerializationInfo info, StreamingContext context)
 Gets the object data. More...
 
int CompareTo (object obj)
 Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object. More...
 

Properties

ushort SourceResolution [get]
 Indicates the resolution of the measurements supplied by the source. More...
 
- Properties inherited from Apac.Collections.TimestampedList< Measurement >
DateTime Timestamp [get]
 Gets the timestamp. More...
 
int Bucket [get]
 Gets the bucket, which is a five minute period. There are 12 buckets in an hour and 288 buckets in a day. More...
 
int Offset [get]
 Gets the offset into the bucket in seconds. More...
 
Monitoring.ManagedElement Element [get]
 The mapping containing the identifier and other information about the element to which this list applies. An element ID of zero (0) means either a mixed list or no association to an element is established. More...
 

Additional Inherited Members

- Protected Member Functions inherited from Apac.Collections.TimestampedList< Measurement >
 TimestampedList (SerializationInfo info, StreamingContext context)
 Initializes a new instance of the TimestampedList<T> class. More...
 

Property Documentation

◆ SourceResolution

ushort Apac.Monitoring.Measurements.SourceResolution
get

Indicates the resolution of the measurements supplied by the source.


The documentation for this class was generated from the following file: