DeleteDataTimeSeriesDBRequest¶
Purpose¶
Delete time series data from the DB.
Type¶
Reception:
DeleteDataTimeSeriesDBRequestV1
Records with fields:
Time Series DB Query
: TimeSeriesDBQueryV1
The query that expresses the deletion of the time series data from the DB.
Triggers
DeleteDataTimeSeriesDBResponseV1
Records with fields:
Time Series DB Query
: TimeSeriesDBQueryV1
The query that expresses the deletion of the time series data from the DB.
Success Operation
: SuccessOperationV1
The success of the operation, indicating that the KV-pair was deleted successfully or not.
Behavior¶
Delete time series data from the time series DB.
Message Flow¶
sequenceDiagram
%% --8<-- [start:sequence]
Any Local Engine ->>+ Local Time Series DB Engine: DeleteDataTimeSeriesDBRequest
Local Time Series DB Engine -->>- Any Local Engine: DeleteDataTimeSeriesDBResponse
%% --8<-- [end:sequence]