InfluxDB.Client
InfluxDB.Client copied to clipboard
TimeStamp in nanosecond format
It would be nice to be able to get the timestamp of a row in the nanosecond format, so that we can use it in subsequent queries.
The plugin does support the use of custom classes as timestamps. But you would have to implement such a class yourself since the DateTime struct from .NET does not support this level of precision.
You can register additional timestamp classes through this property on the InfluxClient:
https://github.com/MikaelGRA/InfluxDB.Client/blob/master/src/Vibrant.InfluxDB.Client/InfluxClient.cs#L119