Share via


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

Name Description
PostgreSqlDataFeedSource(String, String)

Initializes a new instance of the PostgreSqlDataFeedSource class.

Properties

Name Description
DataSourceKind

The data source kind.

(Inherited from DataFeedSource)
Query

The query to retrieve the data to be ingested.

Methods

Name Description
UpdateConnectionString(String)

Updates the connection string.

Applies to