UserDbUpload
- Print
- PDF
UserDbUpload
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Available in Classic
This is a history of user database upload calls.
Syntax
The syntax is as follows.
private Integer id
private String name
private String status
private String dbKind
private String host
private Integer port
private String user
private String password
private String db
private String charset
private String keyField
private String indexTypeField
private String sql
private String connectTimeout
private String createdDate
private String updatedDate
Field
The following describes the fields.
Field | Type | Required | Description |
---|---|---|---|
id | String | Required | Call ID |
name | String | Required | Domain name on call |
status | String | Required | Current status |
dbKind | String | Required | Database type
|
host | String | Required | Database IP |
port | Integer | Required | Database port |
user | String | Required | User ID |
password | String | Required | Password |
db | String | Required | Database base name |
charset | String | Required | Character set of the database |
keyField | String | Required | Key column to apply |
indexTypeField | String | Required | Index column to apply |
sql | String | Required | Database query |
connectTimeout | Integer | Required | Connection timeout |
createdDate | String | Required | Database upload call time |
updatedDate | String | Required | Database upload completion time |
Was this article helpful?