RecordDataTimeSeriesDBRequest¶
Purpose¶
Add time series data to the DB.
Type¶
Reception:
RecordDataTimeSeriesDBRequestV1
Records with fields:
-
Time Series DB Query
: TimeSeriesDBQueryV1The query that expresses the addition of the time series data into the DB.
Triggers
RecordDataTimeSeriesDBResponseV1
Records with fields:
-
Time Series DB Query
: TimeSeriesDBQueryV1The query that expresses the recording of the time series data into the DB.
-
Success Operation
: SuccessOperationV1The success of the operation, indicating that the KV-pair was stored successfully or not.
Behaviour¶
Add time series data to the time series DB.
Message Flow¶
sequenceDiagram
%% --8<-- [start:sequence]
Any Local Engine ->>+ Local Time Series DB Engine: RecordDataTimeSeriesDBRequest
Local Time Series DB Engine -->>- Any Local Engine: RecordDataTimeSeriesDBResponse
%% --8<-- [end:sequence]