Class InfluxDbDataFeedSource

java.lang.Object
com.azure.ai.metricsadvisor.administration.models.DataFeedSource
com.azure.ai.metricsadvisor.models.InfluxDbDataFeedSource

public final class InfluxDbDataFeedSource extends DataFeedSource
The InfluxDbDataFeedSource model.
  • Constructor Details

    • InfluxDbDataFeedSource

      public InfluxDbDataFeedSource(String connectionString, String database, String userName, String password, String query)
      Create a InfluxDbDataFeedSource instance.
      Parameters:
      connectionString - InfluxDB connection string
      database - the database name.
      userName - the database access user.
      password - the database access password.
      query - the query value.
  • Method Details

    • getConnectionString

      public String getConnectionString()
      Get the connectionString property: InfluxDB connection string.
      Returns:
      the connectionString value.
    • getDatabase

      public String getDatabase()
      Get the database property: Database name.
      Returns:
      the database value.
    • getUserName

      public String getUserName()
      Get the userName property: Database access user.
      Returns:
      the userName value.
    • getQuery

      public String getQuery()
      Get the query property: Query script.
      Returns:
      the query value.