disableTypeInference property
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;
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.
core.bool? disableTypeInference;