AP&C API Reference
Properties | List of all members
Apac.Monitoring.ITimeStamped Interface Reference

The contract to be implemented by timestamped enities. More...

Inheritance diagram for Apac.Monitoring.ITimeStamped:
Apac.Collections.TimestampedList< T > Apac.Monitoring.Alert Apac.Monitoring.Measurement Apac.Monitoring.MeasurementAvg Apac.Monitoring.WeightedMeasurementAvg

Properties

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...
 

Detailed Description

The contract to be implemented by timestamped enities.

Property Documentation

◆ Bucket

int Apac.Monitoring.ITimeStamped.Bucket
get

Gets the bucket, which is a five minute period. There are 12 buckets in an hour and 288 buckets in a day.

◆ Offset

int Apac.Monitoring.ITimeStamped.Offset
get

Gets the offset into the bucket in seconds.

◆ Timestamp

DateTime Apac.Monitoring.ITimeStamped.Timestamp
get

Gets the timestamp.


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