### YamlMime:JavaType uid: "com.azure.ai.metricsadvisor.models.InfluxDbDataFeedSource" fullName: "com.azure.ai.metricsadvisor.models.InfluxDbDataFeedSource" name: "InfluxDbDataFeedSource" nameWithType: "InfluxDbDataFeedSource" summary: "The InfluxDbDataFeedSource model." inheritances: - "" - "" inheritedClassMethods: - classRef: "java.lang.Object" methodsRef: - "clone" - "equals" - "finalize" - "getClass" - "hashCode" - "notify" - "notifyAll" - "toString" - "wait" - "wait" - "wait" syntax: "public final class **InfluxDbDataFeedSource**
extends " constructors: - uid: "com.azure.ai.metricsadvisor.models.InfluxDbDataFeedSource.InfluxDbDataFeedSource(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String)" fullName: "com.azure.ai.metricsadvisor.models.InfluxDbDataFeedSource.InfluxDbDataFeedSource(String connectionString, String database, String userName, String password, String query)" name: "InfluxDbDataFeedSource(String connectionString, String database, String userName, String password, String query)" nameWithType: "InfluxDbDataFeedSource.InfluxDbDataFeedSource(String connectionString, String database, String userName, String password, String query)" summary: "Create a InfluxDbDataFeedSource instance." parameters: - description: "InfluxDB connection string" name: "connectionString" type: "String" - description: "the database name." name: "database" type: "String" - description: "the database access user." name: "userName" type: "String" - description: "the database access password." name: "password" type: "String" - description: "the query value." name: "query" type: "String" syntax: "public InfluxDbDataFeedSource(String connectionString, String database, String userName, String password, String query)" desc: "Create a InfluxDbDataFeedSource instance." methods: - uid: "com.azure.ai.metricsadvisor.models.InfluxDbDataFeedSource.getConnectionString()" fullName: "com.azure.ai.metricsadvisor.models.InfluxDbDataFeedSource.getConnectionString()" name: "getConnectionString()" nameWithType: "InfluxDbDataFeedSource.getConnectionString()" summary: "Get the connectionString property: InfluxDB connection string." syntax: "public String getConnectionString()" desc: "Get the connectionString property: InfluxDB connection string." returns: description: "the connectionString value." type: "String" - uid: "com.azure.ai.metricsadvisor.models.InfluxDbDataFeedSource.getDatabase()" fullName: "com.azure.ai.metricsadvisor.models.InfluxDbDataFeedSource.getDatabase()" name: "getDatabase()" nameWithType: "InfluxDbDataFeedSource.getDatabase()" summary: "Get the database property: Database name." syntax: "public String getDatabase()" desc: "Get the database property: Database name." returns: description: "the database value." type: "String" - uid: "com.azure.ai.metricsadvisor.models.InfluxDbDataFeedSource.getQuery()" fullName: "com.azure.ai.metricsadvisor.models.InfluxDbDataFeedSource.getQuery()" name: "getQuery()" nameWithType: "InfluxDbDataFeedSource.getQuery()" summary: "Get the query property: Query script." syntax: "public String getQuery()" desc: "Get the query property: Query script." returns: description: "the query value." type: "String" - uid: "com.azure.ai.metricsadvisor.models.InfluxDbDataFeedSource.getUserName()" fullName: "com.azure.ai.metricsadvisor.models.InfluxDbDataFeedSource.getUserName()" name: "getUserName()" nameWithType: "InfluxDbDataFeedSource.getUserName()" summary: "Get the userName property: Database access user." syntax: "public String getUserName()" desc: "Get the userName property: Database access user." returns: description: "the userName value." type: "String" type: "class" desc: "The InfluxDbDataFeedSource model." metadata: {} package: "com.azure.ai.metricsadvisor.models" artifact: com.azure:azure-ai-metricsadvisor:1.2.3