Class AssetDatapointNearestQuery

java.lang.Object
org.openremote.model.datapoint.query.AssetDatapointQuery
org.openremote.model.datapoint.query.AssetDatapointNearestQuery
All Implemented Interfaces:
Serializable

public class AssetDatapointNearestQuery extends AssetDatapointQuery
This `AssetDatapointQuery` retrieves the value of a datapoint associated with a specific `AttributeRef` at a specified timestamp. It is designed to find the closest datapoint that precedes the requested timestamp.
See Also: