# Enumeration: DataIndexing

Defined in: [api_types.ts:1561](https://github.com/coda/packs-sdk/blob/9f37f0e6dd85972eb9c035c2bb489cbeb06120bc/api_types.ts#L1561)

Indicates the default indexing (ingestion) behavior for a sync table when setting up a connector.

By default, all sync tables are included in ingestion. Use [DataIndexing.Exclude](#exclude) to mark a sync table as excluded by default, while still allowing users to opt in.

## Enumeration Members

### Exclude

> **Exclude**: `"exclude"`

Defined in: [api_types.ts:1565](https://github.com/coda/packs-sdk/blob/9f37f0e6dd85972eb9c035c2bb489cbeb06120bc/api_types.ts#L1565)

The sync table is excluded from ingestion by default, but users can manually opt in.

______________________________________________________________________

### Include

> **Include**: `"include"`

Defined in: [api_types.ts:1563](https://github.com/coda/packs-sdk/blob/9f37f0e6dd85972eb9c035c2bb489cbeb06120bc/api_types.ts#L1563)

The sync table is included in ingestion by default.
