Interface DataPointQueryKey
- All Superinterfaces:
QueryKey<DataPointType>
- All Known Implementing Classes:
AggregatedQueryKey
,RawQueryKey
public sealed interface DataPointQueryKey
extends QueryKey<DataPointType>
permits RawQueryKey, AggregatedQueryKey
Represents a query key for standard point types (raw and aggregated).
This sealed interface extends QueryKey
with a specific type of DataPointType
.
It restricts its implementations to RawQueryKey
and AggregatedQueryKey
.
-
Method Summary
-
Method Details
-
source
QualifiedPath source()Retrieves the source path associated with this query.- Returns:
- The
QualifiedPath
representing the source of the data point.
-