Reference documentation and code samples for the Dataplex V1 API class Google::Cloud::Dataplex::V1::DataDiscoverySpec::StorageConfig::JsonOptions.
Describes JSON data format.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#encoding
def encoding() -> ::String
Returns
- (::String) — Optional. The character encoding of the data. The default is UTF-8.
#encoding=
def encoding=(value) -> ::String
Parameter
- value (::String) — Optional. The character encoding of the data. The default is UTF-8.
Returns
- (::String) — Optional. The character encoding of the data. The default is UTF-8.
#type_inference_disabled
def type_inference_disabled() -> ::Boolean
Returns
- (::Boolean) — 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).
#type_inference_disabled=
def type_inference_disabled=(value) -> ::Boolean
Parameter
- value (::Boolean) — 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).
Returns
- (::Boolean) — 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).