disableTypeInference property

bool? disableTypeInference
getter/setter pair

Whether to disable the inference of data type for Json data.

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

Optional.

Implementation

core.bool? disableTypeInference;