---
title: "Define"
slug: "common-vapidatatype-dataflowetljobnode-transformdefine"
tags: ["Data Flow", "Define", "ETL Job Node", "VPC"]
updated: 2026-04-23T08:54:52Z
published: 2026-04-23T09:01:57Z
canonical: "api.ncloud-docs.com/common-vapidatatype-dataflowetljobnode-transformdefine"
---

> ## 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.

# Define

Define(속성 정의) 타입의 변환(transform) 작업 정보입니다.

::: (Info) (참고)
Data Flow ETL 작업의 노드 소스(source), 변환(transform), 타깃(target) 타입에 대한 공통 구문 및 필드 정보는 [ETLJobNode 공통](/docs/common-vapidatatype-dataflowetljobnode)을 참조해 주십시오.
:::

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

```java
private List<DefineField> defineFieldList;
```

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

| 필드 | 타입 | 필수 여부 | 설명 |
| :---- | :---- | :---- | :---- |
| `defineFieldList[].name` | String | Required | 기존 필드 이름 |
| `defineFieldList[].newType` | String | Required | 변경할 타입 |
| `defineFieldList[].newName` | String | Required | 변경할 필드 이름 |
