The WritableData type represents different types of data that can be written. The data can either be a uniform ArrayLike collection or a single value of the following types:
WritableData
Point: Represents a Point object.
Point
string: Represents lines of the Line Protocol.
string
The
WritableData
type represents different types of data that can be written. The data can either be a uniform ArrayLike collection or a single value of the following types:Point
: Represents a Point object.string
: Represents lines of the Line Protocol.