definition-properties-fetchjobs-properties-db
db Type
object (Details)
db Properties
| Property | Type | Required | Nullable | Defined by |
|---|---|---|---|---|
| host | string | Required | cannot be null | Untitled schema |
| port | integer | Required | cannot be null | Untitled schema |
| user | string | Required | cannot be null | Untitled schema |
| password | string | Required | cannot be null | Untitled schema |
| dbName | string | Required | cannot be null | Untitled schema |
| tableName | string | Required | cannot be null | Untitled schema |
host
job_table数据库地址
host
-
is required
-
Type:
string -
cannot be null
-
defined in: Untitled schema
host Type
string
port
job_table数据库端口
port
-
is required
-
Type:
integer -
cannot be null
-
defined in: Untitled schema
port Type
integer
user
job_table数据库用户名
user
-
is required
-
Type:
string -
cannot be null
-
defined in: Untitled schema
user Type
string
password
job_table数据库密码
password
-
is required
-
Type:
string -
cannot be null
-
defined in: Untitled schema
password Type
string
dbName
job_table数据库名
dbName
-
is required
-
Type:
string -
cannot be null
-
defined in: Untitled schema
dbName Type
string
tableName
job_table中源数据所在的表名
tableName
-
is required
-
Type:
string -
cannot be null
-
defined in: Untitled schema
tableName Type
string