HotDBConnectionInterface
hotstaq / Modules / HotDBConnectionInterface
Interface: HotDBConnectionInterface
The database connection info.
Table of contents​
Properties​
Properties​
database​
• Optional
database: string
The database to use.
Defined in​
HotDBConnectionInterface.ts:39
org​
• Optional
org: string
The org to use.
Defined in​
HotDBConnectionInterface.ts:35
password​
• Optional
password: string
The password to use.
Defined in​
HotDBConnectionInterface.ts:27
port​
• Optional
port: number
The server's port.
Defined in​
HotDBConnectionInterface.ts:19
server​
• Optional
server: string
The server's address.
Defined in​
HotDBConnectionInterface.ts:15
token​
• Optional
token: string
The token to use.
Defined in​
HotDBConnectionInterface.ts:31
type​
• Optional
type: string
The type of database. Can be:
- mysql
- influx
Defined in​
HotDBConnectionInterface.ts:11
username​
• Optional
username: string
The username to use to connect.