Interface TimeSeries.Query<V>

Type Parameters:
V - query value type
All Known Subinterfaces:
TimeSeries.RangeQuery<V>
Enclosing interface:
TimeSeries

public static interface TimeSeries.Query<V>
A configured query.

A default query that performs a value range query of an entire time series can be obtained using TimeSeries.rangeQuery() and further configured using methods of the TimeSeries.RangeQuery interface.