Class InfluxDbConstants

java.lang.Object
org.apache.camel.component.influxdb.InfluxDbConstants

public final class InfluxDbConstants extends Object
  • Field Details

    • MEASUREMENT_NAME

      public static final String MEASUREMENT_NAME
      See Also:
    • RETENTION_POLICY_HEADER

      @Metadata(description="The string that defines the retention policy to the data created by the endpoint", javaType="String") public static final String RETENTION_POLICY_HEADER
      See Also:
    • DBNAME_HEADER

      @Metadata(description="The name of the database where the time series will be stored", javaType="String") public static final String DBNAME_HEADER
      See Also:
    • INFLUXDB_QUERY

      @Metadata(description="Define the query in case of operation query", javaType="String") public static final String INFLUXDB_QUERY
      See Also: