Class ResultNodeDefinition

java.lang.Object
com.inductiveautomation.historian.common.model.ResultNodeDefinition

public class ResultNodeDefinition extends Object
Represents a requested column in a historical query. This includes the path to the column, the aggregate to apply, and the fill mode to use.

ResultNodeDefinition is immutable and should be used as a key in a map or set.

Since it represents a requested column, it uses identity hashing and instance equality. It represents an Object, not a description.