Class InfluxDb2Constants
- java.lang.Object
-
- org.apache.camel.component.influxdb2.InfluxDb2Constants
-
public final class InfluxDb2Constants extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringBUCKETstatic StringMEASUREMENTstatic StringORGstatic StringRETENTION_POLICYstatic StringWRITE_PRECISION
-
-
-
Field Detail
-
MEASUREMENT
@Metadata(description="The name of measurement", javaType="String") public static final String MEASUREMENT- See Also:
- Constant Field Values
-
RETENTION_POLICY
@Metadata(description="The string that defines the retention policy to the data created by the endpoint", javaType="String") public static final String RETENTION_POLICY- See Also:
- Constant Field Values
-
ORG
public static final String ORG
- See Also:
- Constant Field Values
-
BUCKET
public static final String BUCKET
- See Also:
- Constant Field Values
-
WRITE_PRECISION
@Metadata(description="InfluxDb Write precision.", javaType="com.influxdb.client.domain.WritePrecision") public static final String WRITE_PRECISION- See Also:
- Constant Field Values
-
-