Interface FileBasedHandlerInput<Data>

The object type sent by the connector app to handlers for data source with large data.

Type Parameters

  • Data

Hierarchy

Properties

auth?: string

File name of connector authenticator

data: Data

Arbitrary data sent to the connector fetcher

fetcher: string

File name of connector fetcher

name: string

Identifier of source object, will be used as table name

Built-in parser name

Generated using TypeDoc