<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@datashaper/schema](./schema.md) &gt; [SetOp](./schema.setop.md)

## SetOp enum

Indicates the type of set operation to perform across two collections.

<b>Signature:</b>

```typescript
export declare enum SetOp 
```

## Enumeration Members

|  Member | Value | Description |
|  --- | --- | --- |
|  Concat | <code>&quot;concat&quot;</code> | Concatenate the two collections together |
|  Difference | <code>&quot;difference&quot;</code> | Return the difference of the two collections |
|  Intersect | <code>&quot;intersect&quot;</code> | Return the intersection of the two collections |
|  Union | <code>&quot;union&quot;</code> | Return the union of the two collections |

