InfluxDBCredentials#
- class lsst.rsp.InfluxDBCredentials(url, database, schema_registry, username, password)#
Bases:
InfluxDBLocationInfluxDB database location information and credentials.
Attributes Summary
Name of the InfluxDB database.
Password to use for authentication.
URL to the Schema Registry corresponding to that database.
URL to the InfluxDB database.
Username to use for authentication.
Attributes Documentation