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

[Home](./index.md) &gt; [@datashaper/schema](./schema.md) &gt; [DataFormat](./schema.dataformat.md)

## DataFormat enum

Base format the data is stored within. This will expand to include additional formats such as Arrow and Parquet over time. TODO: we've seen a number of examples in the wild using JSON Lines https://jsonlines.org/

<b>Signature:</b>

```typescript
export declare enum DataFormat 
```

## Enumeration Members

|  Member | Value | Description |
|  --- | --- | --- |
|  ARROW | <code>&quot;arrow&quot;</code> | Arrow format. |
|  CSV | <code>&quot;csv&quot;</code> | Any delimited row format. |
|  JSON | <code>&quot;json&quot;</code> | Valid serialized JSON string. |

