Class JsonOptions (2.4.0)

JsonOptions(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Describes JSON data format.

Attributes

Name Description
encoding str
Optional. The character encoding of the data. The default is UTF-8.
type_inference_disabled bool
Optional. 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).