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