MySqlDataFeedSource Class

Definition

Describes a MySQL data source which ingests data into a DataFeed for anomaly detection.

public class MySqlDataFeedSource : Azure.AI.MetricsAdvisor.Administration.DataFeedSource
type MySqlDataFeedSource = class
    inherit DataFeedSource
Public Class MySqlDataFeedSource
Inherits DataFeedSource
Inheritance
MySqlDataFeedSource

Constructors

MySqlDataFeedSource(String, String)

Initializes a new instance of the MySqlDataFeedSource class.

Properties

DataSourceKind

The data source kind.

(Inherited from DataFeedSource)
Query

The query to retrieve the data to be ingested.

Methods

UpdateConnectionString(String)

Updates the connection string.

Applies to