influxdb-client-js

InfluxDB 2.0 JavaScript client

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

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

TaskUpdateRequest interface

Signature:

interface TaskUpdateRequest 

Properties

Property Modifiers Type Description
cron?   string (Optional) Update the ‘cron’ option in the flux script.
description?   string (Optional) Update the description of the task.
every?   string (Optional) Update the ‘every’ option in the flux script.
flux?   string (Optional) The Flux script that the task runs.
name?   string (Optional) Update the ‘name’ option in the flux script.
offset?   string (Optional) Update the ‘offset’ option in the flux script.
status?   TaskStatusType (Optional)