This is archived documentation for InfluxData product versions that are no longer maintained. For newer documentation, see the latest InfluxData documentation.
Note: Before continuing, please make sure you have read the TICKscript Language Specification.
Property methods modify the node they are called on and return a reference to the same node. The two most important property methods are:
Which define the type of task that you are running (either stream or batch). The other available property methods are:
- Alert Node
- Batch Node
- Combine Node
- Default Node
- Delete Node
- Derivative Node
- Eval Node
- Flatten Node
- From Node
- Group By Node
- HTTP Output Node
- HTTP Post Node
- InfluxDB Output Node
- InfluxQL Node
- Join Node
- K8s Autoscale Node
- Kapacitor Loopback Node
- Log Node
- NoOp Node
- Sample Node
- Shift Node
- State Count Node
- State Duration Node
- Stats Node
- Stream Node
- Query Node
- UDF (User Defined Function) Node
- Union Node
- Where Node
- Window Node