Class: Google::Cloud::Dataplex::V1::DataDiscoverySpec::StorageConfig::JsonOptions
- Inherits:
-
Object
- Object
- Google::Cloud::Dataplex::V1::DataDiscoverySpec::StorageConfig::JsonOptions
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dataplex/v1/data_discovery.rb
Overview
Describes JSON data format.
Instance Attribute Summary collapse
-
#encoding ⇒ ::String
Optional.
-
#type_inference_disabled ⇒ ::Boolean
Optional.
Instance Attribute Details
#encoding ⇒ ::String
Returns Optional. The character encoding of the data. The default is UTF-8.
127 128 129 130 |
# File 'proto_docs/google/cloud/dataplex/v1/data_discovery.rb', line 127 class JsonOptions include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#type_inference_disabled ⇒ ::Boolean
Returns 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).
127 128 129 130 |
# File 'proto_docs/google/cloud/dataplex/v1/data_discovery.rb', line 127 class JsonOptions include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |