bytes() function
The bytes()
function converts a single value to bytes.
Output data type: Bytes
bytes(v: "1m")
Parameters
v
The value to convert.
Examples
from(bucket: "sensor-data")
|> range(start: -1m)
|> map(fn: (r) => ({r with _value: bytes(v: r._value)}))
Support and feedback
Thank you for being part of our community! We welcome and encourage your feedback and bug reports for Flux and this documentation. To find support, the following resources are available:
InfluxDB Cloud customers can contact InfluxData Support.