Record Class MetadataPoint

java.lang.Object
java.lang.Record
com.inductiveautomation.historian.common.model.data.MetadataPoint
All Implemented Interfaces:
ComplexPoint<PropertySet>, TemporalPoint<PropertySet,ComplexPointType>, Comparable<TemporalPoint<PropertySet,ComplexPointType>>

public record MetadataPoint(PropertySet value, QualityCode quality, Instant timestamp, QualifiedPath source) extends Record implements ComplexPoint<PropertySet>
Represents a metadata point in the historian system.

This record encapsulates the value, quality, timestamp, and source of a metadata point. It implements the ComplexPoint interface with PropertySet as the type parameter.