IFrame Interface

Abstract frame interface representing a collection of measurements at an exact moment in time.

Definition

Namespace: Gemstone.Timeseries
Assembly: Gemstone.Timeseries (in Gemstone.Timeseries.dll) Version: 1.0.137 -- Release Build+5d21665c80e600baad1ecadd223a3b4e0dc3a8d8
public interface IFrame : IEquatable<IFrame>, 
	IComparable<IFrame>, IComparable
Implements
IComparable, IComparableIFrame, IEquatableIFrame

Properties

CreatedTimestamp Gets timestamp, in ticks, of when this IFrame was created.
LastSortedMeasurement Gets or sets reference to last IMeasurement that was sorted into this IFrame.
Lifespan Gets the life-span of this IFrame since its creation.
Measurements Keyed measurements in this IFrame.
Published Gets or sets published state of this IFrame (pre-processing).
SortedMeasurements Gets or sets total number of measurements that have been sorted into this IFrame.
Timestamp Gets or sets exact timestamp, in Ticks, of the data represented in this IFrame.

Methods

CompareTo(T)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.
(Inherited from IComparableIFrame)
CompareTo(Object)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.
(Inherited from IComparable)
EqualsIndicates whether the current object is equal to another object of the same type.
(Inherited from IEquatableIFrame)

See Also