| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Database.InfluxDB.Simple.Classy.Types.Precision
- data Precision
- class AsPrecision r where
- defaultPrecision :: Precision
Documentation
Precision of the timestamp in the writes or queries to Influx [n,u,ms,s,m,h]
Constructors
| Nanoseconds | |
| Microseconds | |
| Milliseconds | |
| Seconds | |
| Minutes | |
| Hours |