MongoDbDataFeedSource(String, String, String) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.