Skip to main content
Version: Streamsheets 2.4

INFLUX.DROP

star This is a premium feature.

Performs a DROP query on your Influx database. You can use the Function Wizard for this function.

Syntax

=INFLUX.DROP(Producer, Type, Name [, Timeout])

Arguments

NameDescription
ProducerProducer to use for querying. The database name is configured in the affiliated Connector.
TypeDefines what to drop. Must be one of following constants "Continuous Query", "Measurement", "Retention Policy".
NameFully qualified name to specify what to drop.
TimeoutOptional. Defines Timeout to perform query.

Return Value

TRUE, if no error.

Examples

FunctionResultComment
=INFLUX.DROP(|Producer, "Measurement", "1h.measures")TRUEDrops the measurement with fully qualified name "1h.measures".
info

Designed for Influx version 1.x.