PostgreSqlDataFeedSource Class

Definition

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

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

Constructors

PostgreSqlDataFeedSource(String, String)

Initializes a new instance of the PostgreSqlDataFeedSource 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