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