---
title: "Union"
slug: "common-vapidatatype-dataflowetljobnode-transformunion"
tags: ["Data Flow", "ETL Job Node", "Union", "VPC"]
updated: 2026-04-23T08:54:52Z
published: 2026-04-23T09:01:57Z
---

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

# Union

Union(행 병합) 타입의 변환(transform) 작업 정보입니다.

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

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

```java
private String unionType;
```

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

| 필드 | 타입 | 필수 여부 | 설명 |
| :---- | :---- | :---- | :---- |
| `unionType` | String | Required | Union 타입<ul><li>`ALL` \| `DISTINCT`</li></ul> |
