tableDefinitions property

Map<String, ExternalDataConfiguration>? tableDefinitions
getter/setter pair

You can specify external table definitions, which operate as ephemeral tables that can be queried.

These definitions are configured using a JSON map, where the string key represents the table identifier, and the value is the corresponding external data configuration object.

Optional.

Implementation

core.Map<core.String, ExternalDataConfiguration>? tableDefinitions;