Interface PathInfo

  • All Known Implementing Classes:
    BasicPathInfo

    public interface PathInfo
    Represents information about a path passed into a TSDB query. Created by colby.clegg on 3/3/2016.
    • Method Detail

      • index

        int index()
        An id that is unique for this path in this query result set. It is a shortcut for the path reference, useful for hashing and bookkeeping. It refers to the position of the path in the query path list.
      • getPath

        java.lang.String getPath()
        The string path representing the specific tag/datapoint.
      • getDataType

        DataType getDataType()
        The data type of the item in the result set.
      • getInterpolationMode

        InterpolationMode getInterpolationMode()
        How the tag thinks it should be interpolated.
      • getProperties

        PropertySet getProperties()
        Includes any extra properties about the tag that were stored.