GetDataTimeSeriesDBRequest¶
Purpose¶
Get the queried time series data and return it.
Type¶
Reception:
Records with fields:
Time Series DB Query
: TimeSeriesDBQueryV1
The query that finds the requested time series data in the DB.
Triggers
Records with fields:
Time Series DB Query
: TimeSeriesDBQueryV1
The query that finds the requested time series data in the DB.
Time Series DB Data
: TimeSeriesDBDataV1
The requested time series data.
Behavior¶
Performs the requested search operation in the time series DB and returns the value.
Message Flow¶
sequenceDiagram
%% --8<-- [start:sequence]
Any Local Engine ->>+ Local Time Series DB Engine: GetDataTimeSeriesDBRequest
Local Time Series DB Engine -->>- Any Local Engine: GetDataTimeSeriesDBResponse
%% --8<-- [end:sequence]