typeInferenceDisabled property

bool? typeInferenceDisabled
getter/setter pair

Whether to disable the inference of data types for JSON data.

If true, all columns are registered as their primitive types (strings, number, or boolean).

Optional.

Implementation

core.bool? typeInferenceDisabled;