bytes() function
The bytes()
function converts a single value to bytes.
Function type: Type conversion
Output data type: Bytes
bytes(v: "1m")
Parameters
v
The value to convert.
Data type: String
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 InfluxDB and this documentation. To find support, the following resources are available:
InfluxDB Cloud and InfluxDB Enterprise customers can contact InfluxData Support.