Class JsonOptions (1.1.2)

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

Describe JSON data format.

Attributes

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

Inheritance

builtins.object > proto.message.Message > JsonOptions