InfluxDbDataFeedSource(String, String, 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 InfluxDbDataFeedSource class.
public InfluxDbDataFeedSource (string connectionString, string database, string username, string password, string query);
new Azure.AI.MetricsAdvisor.Administration.InfluxDbDataFeedSource : string * string * string * string * string -> Azure.AI.MetricsAdvisor.Administration.InfluxDbDataFeedSource
Public Sub New (connectionString As String, database As String, username As String, password As String, query As String)
Parameters
- connectionString
- String
The connection string.
- database
- String
The name of the database.
- username
- String
The access username.
- password
- String
The access password.
- query
- String
The query to retrieve the data to be ingested.
Exceptions
connectionString
, database
, username
, password
, or query
is null.
connectionString
, database
, username
, password
, or query
is empty.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET