跳到主要内容

definition-properties-fetchjobs-properties-db

db Type

object (Details)

db Properties

PropertyTypeRequiredNullableDefined by
hoststringRequiredcannot be nullUntitled schema
portintegerRequiredcannot be nullUntitled schema
userstringRequiredcannot be nullUntitled schema
passwordstringRequiredcannot be nullUntitled schema
dbNamestringRequiredcannot be nullUntitled schema
tableNamestringRequiredcannot be nullUntitled schema

host

job_table数据库地址

host

host Type

string

port

job_table数据库端口

port

port Type

integer

user

job_table数据库用户名

user

user Type

string

password

job_table数据库密码

password

password Type

string

dbName

job_table数据库名

dbName

dbName Type

string

tableName

job_table中源数据所在的表名

tableName

tableName Type

string