Skip to content

Enumeration: DataIndexing

Defined in: api_types.ts:1561

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

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


Include

Include: "include"

Defined in: api_types.ts:1563

The sync table is included in ingestion by default.