共用方式為


MongoDbDataFeedSource(String, String, String) Constructor

Definition

Initializes a new instance of the MongoDbDataFeedSource class.

public MongoDbDataFeedSource (string connectionString, string database, string command);
new Azure.AI.MetricsAdvisor.Administration.MongoDbDataFeedSource : string * string * string -> Azure.AI.MetricsAdvisor.Administration.MongoDbDataFeedSource
Public Sub New (connectionString As String, database As String, command As String)

Parameters

connectionString
String

The connection string.

database
String

The name of the database.

command
String

The query to retrieve the data to be ingested.

Exceptions

connectionString, database, or command is null.

connectionString, database, or command is empty.

Applies to