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 webpage provides documentation for the `Asset.Types.DiscoverySpec.Types.JsonOptions` class within the Google Cloud Dataplex V1 API, specifically for version 3.3.0, which has multiple prior version documents available as well, with 3.6.0 being the latest."],["The `JsonOptions` class is used to describe the configuration for handling JSON data formats within the Dataplex discovery process, with multiple inheritance and implemented members, such as IMessage, IEquatable, IDeepCloneable, IBufferMessage, and others."],["The class includes properties such as `DisableTypeInference` (a boolean to disable data type inference) and `Encoding` (a string for character encoding), both of which are optional."],["The documented page has multiple other versions available to view of the same class, ranging from 1.0.0 all the way to 3.6.0."]]],[]]