public sealed class Asset.Types.DiscoverySpec.Types.JsonOptions : IMessage<Asset.Types.DiscoverySpec.Types.JsonOptions>, IEquatable<Asset.Types.DiscoverySpec.Types.JsonOptions>, IDeepCloneable<Asset.Types.DiscoverySpec.Types.JsonOptions>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Dataplex v1 API class Asset.Types.DiscoverySpec.Types.JsonOptions.
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).
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-25 UTC."],[[["This document provides reference information for the `Asset.Types.DiscoverySpec.Types.JsonOptions` class in the Google Cloud Dataplex v1 API."],["The `JsonOptions` class describes the configuration for JSON data format and is part of the `Google.Cloud.Dataplex.V1` namespace within the Google.Cloud.Dataplex.V1.dll assembly."],["The document references multiple versions of the API, including version 3.6.0 as the latest, along with versions 3.5.0 through 1.0.0."],["Key properties within the class include `DisableTypeInference`, which controls whether data type inference is disabled for JSON data, and `Encoding`, which specifies the character encoding of the data, with UTF-8 as the default."],["The class implements multiple interfaces, such as IMessage, IEquatable, IDeepCloneable and IBufferMessage."]]],[]]