Class AzureTableDataFeedSource

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

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

    • AzureTableDataFeedSource

      public AzureTableDataFeedSource(String connectionString, String script, String table)
      Create a AzureTableDataFeedSource instance.
      Parameters:
      connectionString - the Azure Table connection string
      script - the query script.
      table - the table name.
  • Method Details

    • getQueryScript

      public String getQueryScript()
      Get the script property: Query script.
      Returns:
      the script value.
    • getTableName

      public String getTableName()
      Get the table property: Table name.
      Returns:
      the table value.