@Target([AnnotationTarget.CLASS]) annotation class Measurement
Annotation used on a class to be mapped as a measurement in influxDb request
(JVM)
<init> |
Annotation used on a class to be mapped as a measurement in influxDb request Measurement(name: String = "", retentionPolicy: String = "", database: String = "") |
(JVM)
database |
val database: String |
(JVM)
name |
val name: String |
(JVM)
retentionPolicy |
val retentionPolicy: String |