influxdb-client-js

InfluxDB 2.0 JavaScript client

View the Project on GitHub influxdata/influxdb-client-js

Home > @influxdata/influxdb-client-apis > DeletePredicateRequest

DeletePredicateRequest interface

The delete predicate request.

Signature:

interface DeletePredicateRequest 

Properties

Property Modifiers Type Description
predicate?   string (Optional) An expression in delete predicate syntax.
start   string A timestamp (RFC3339 date/time format). The earliest time to delete from.
stop   string A timestamp (RFC3339 date/time format). The latest time to delete from.