Interface ComplexQueryKey<I>

Type Parameters:
I - The type of the identifier associated with the query key.
All Superinterfaces:
QueryKey<ComplexPointType>
All Known Implementing Classes:
AnnotationQueryKey, MetadataQueryKey

public non-sealed interface ComplexQueryKey<I> extends QueryKey<ComplexPointType>
Represents a query key for complex data points.

This non-sealed interface extends QueryKey with a specific type of ComplexPointType and provides an additional method to retrieve an identifier associated with the query key.

  • Method Summary

    Modifier and Type
    Method
    Description
    Retrieves the identifier associated with this query key.

    Methods inherited from interface com.inductiveautomation.historian.common.model.options.QueryKey

    pointType
  • Method Details

    • identifier

      I identifier()
      Retrieves the identifier associated with this query key.
      Returns:
      The identifier of type I.