---
title: "UserDbUpload"
slug: "common-apidatatype-csuserdbupload"
updated: 2026-04-23T08:55:23Z
published: 2026-04-23T09:02:10Z
---

> ## Documentation Index
> Fetch the complete documentation index at: https://api.ncloud-docs.com/llms.txt
> Use this file to discover all available pages before exploring further.

# UserDbUpload

<p class="platform-info type-classic-vpc">Classic/VPC 환경에서 이용 가능합니다.</p>

사용자 데이터베이스 업로드 호출 이력입니다.

## 구문 <a name="구문"></a>
구문은 다음과 같습니다.

```JAVA
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
```

## 필드 <a name="필드"></a>
필드에 대한 설명은 다음과 같습니다. 

| 필드            | 타입 | 필수 여부            | 설명                  |
|------------------------|-------------------|-----------------|-----------------------|
| `id`  | String | Required | 호출 ID  |
| `name`  | String | Required | 호출 시 도메인 이름 |
| `status`  | String | Required | 현재 상태 |
| `dbKind`  | String | Required | 데이터베이스 종류<ul><li>`mysql` \| `mariadb`</li></ul>|
| `host`  | String | Required | 데이터베이스 IP |
| `port`  | Integer | Required | 데이터베이스 포트 |
| `user`  | String | Required | 사용자 아이디 |
| `password`  | String | Required | 비밀번호 |
| `db`  | String | Required | 데이터베이스 Base 이름 |
| `charset`  | String | Required | 데이터베이스의 문자셋 |
| `keyField`  | String | Required | 적용할 키 칼럼 |
| `indexTypeField`  | String | Required | 적용할 인덱스 칼럼 |
| `sql`  | String | Required | 데이터베이스 쿼리 |
| `connectTimeout` | Integer | Required | Connection 타임아웃 |
| `createdDate`  | String | Required | 데이터베이스 업로드 호출 시간 |
| `updatedDate`  | String | Required | 데이터베이스 업로드 완료 시간 |
