Package com.influxdb.annotations
Annotation Interface Column
The annotation to customize bidirectional mapping between POJO and Flux query result or LineProtocol.
-
Optional Element Summary
Modifier and TypeOptional ElementDescriptionboolean
boolean
boolean
-
Element Details
-
name
String name- Default:
""
-
tag
boolean tag- Returns:
Boolean.TRUE
it an annotated field is Tag
- Default:
false
-
measurement
boolean measurement- Returns:
Boolean.TRUE
it an annotated field is Measurement
- Default:
false
-
timestamp
boolean timestamp- Returns:
Boolean.TRUE
it an annotated field is Timestamp
- Default:
false
-