Interface ComplexQueryOptions<K extends ComplexQueryKey<?>>
- Type Parameters:
K- The type of the complex query key, which must extendComplexQueryKey.
- All Superinterfaces:
QueryOptions<K,ComplexPointType>
- All Known Implementing Classes:
AnnotationQueryOptions,MetadataQueryOptions
public interface ComplexQueryOptions<K extends ComplexQueryKey<?>>
extends QueryOptions<K,ComplexPointType>
Represents options for querying complex points.
This marker interface extends QueryOptions to provide additional functionality
specific to querying complex points. It uses a generic type parameter K
that must extend ComplexQueryKey.
-
Method Summary
Methods inherited from interface com.inductiveautomation.historian.common.model.options.QueryOptions
getPointType, getQueryKeys, getReturnSize, getTimeRange