Class: Google::Cloud::Dataplex::V1::Asset::DiscoverySpec::JsonOptions
- Inherits:
-
Object
- Object
- Google::Cloud::Dataplex::V1::Asset::DiscoverySpec::JsonOptions
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dataplex/v1/resources.rb
Overview
Describe JSON data format.
Instance Attribute Summary collapse
-
#disable_type_inference ⇒ ::Boolean
Optional.
-
#encoding ⇒ ::String
Optional.
Instance Attribute Details
#disable_type_inference ⇒ ::Boolean
Returns 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).
667 668 669 670 |
# File 'proto_docs/google/cloud/dataplex/v1/resources.rb', line 667 class JsonOptions include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#encoding ⇒ ::String
Returns Optional. The character encoding of the data. The default is UTF-8.
667 668 669 670 |
# File 'proto_docs/google/cloud/dataplex/v1/resources.rb', line 667 class JsonOptions include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |