Skip to content

GetDataTimeSeriesDBResponse

Purpose

Return the queried time series data.

Type

Reception:

GetDataTimeSeriesDBResponseV1

Records with fields:

The query that finds the requested time series data in the DB.

The requested time series data.

Triggers

Behavior

Return the queried time series data.

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]