Click or drag to resize

CompactMeasurement Properties

The CompactMeasurement type exposes the following members.

Properties
  Name Description
Public property Adder Gets an offset to add to the measurement value. This defaults to 0.0.
(Inherited from Measurement)
Public property AdjustedValue Gets the adjusted numeric value of this measurement, taking into account the specified Adder and Multiplier offsets.
(Inherited from Measurement)
Public property BinaryLength Gets the length of the CompactMeasurement.
Public property CompactStateFlags Gets or sets byte level compact state flags with encoded time index and base time offset bits.
Public property CreatedTimestamp Gets timestamp, in ticks, of when this Measurement was created.
(Inherited from Measurement)
Public property ID Gets the Guid based signal ID of the Measurement implementation.
(Inherited from Measurement)
Public property IncludeTime Gets flag that determines if time is serialized into measurement binary image.
Public property Key Gets the primary MeasurementKey of this Measurement implementation.
(Inherited from Measurement)
Public property Lifespan Gets the life-span of this Measurement since its creation.
(Inherited from Measurement)
Public property MeasurementValueFilter Gets function used to apply a down-sampling filter over a sequence of Measurement values.
(Inherited from Measurement)
Public property Metadata Gets or sets associated metadata values for the Measurement implementation.
(Inherited from Measurement)
Public property Multiplier Gets a multiplicative offset to apply to the measurement value. This defaults to 1.0.
(Inherited from Measurement)
Public property RuntimeID Gets or sets the 2-byte run-time signal index for this measurement.
Public property StateFlags Gets or sets MeasurementStateFlags associated with this Measurement.
(Inherited from Measurement)
Public property TagName Gets the text based tag name of this Measurement implementation.
(Inherited from Measurement)
Public property Timestamp Gets or sets exact timestamp, in ticks, of the data represented by this Measurement.
(Inherited from Measurement)
Public property TimestampC2 Gets offset compressed millisecond-resolution 2-byte timestamp.
Public property TimestampC4 Gets offset compressed tick-resolution 4-byte timestamp.
Public property Value Gets or sets the raw measurement value that is not offset by Adder and Multiplier.
(Inherited from Measurement)
Top
See Also