public sealed class PointData : IMessage<TimeSeriesData.Types.PointData>, IEquatable<TimeSeriesData.Types.PointData>, IDeepCloneable<TimeSeriesData.Types.PointData>, IBufferMessage, IMessage
A point's value columns and time interval. Each point has one or more
point values corresponding to the entries in point_descriptors field in
the TimeSeriesDescriptor associated with this object.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-17 UTC."],[[["The latest version available is 3.15.0, with a range of versions from 3.14.0 down to 2.3.0 provided for reference to the `PointData` type."],["`PointData` is a class representing a point's value columns and time interval, and each `PointData` instance contains one or more point values corresponding to the entries in the `point_descriptors` field."],["`PointData` inherits from `Object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `PointData` class includes properties for `TimeInterval` and `Values`, which define the time interval associated with the point and the set of values that make up the point, respectively."],["The class includes two constructors, a parameterless constructor and one that accepts another instance of `TimeSeriesData.Types.PointData`."]]],[]]