This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| """ | |
| Write Line Protocol formatted as string | |
| """ | |
| _write_client.write("my-bucket", "my-org", "h2o_feet,location=coyote_creek water_level=1.0 1") | |
| _write_client.write("my-bucket", "my-org", ["h2o_feet,location=coyote_creek water_level=2.0 2", | |
| "h2o_feet,location=coyote_creek water_level=3.0 3"]) | |
| """ | |
| Write Line Protocol formatted as byte array | |
| """ |
NewerOlder