public sealed class JsonOptions : IMessage<Asset.Types.DiscoverySpec.Types.JsonOptions>, IEquatable<Asset.Types.DiscoverySpec.Types.JsonOptions>, IDeepCloneable<Asset.Types.DiscoverySpec.Types.JsonOptions>, IBufferMessage, IMessage
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."],[[["The latest version available is 3.6.0, with the content providing links to documentation for this version and several earlier versions, including a version 2.0.0 and all the way back to 1.0.0."],["The content describes the `JsonOptions` class, which is used to specify options for JSON data format within the `Google.Cloud.Dataplex.V1` namespace."],["The `JsonOptions` class inherits from `Object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["`JsonOptions` has two key properties: `DisableTypeInference`, which is a boolean used to prevent automatic data type inference, and `Encoding`, a string to define the data's character encoding, defaulting to UTF-8."],["There are 2 constructors for the JsonOptions class: the first is the JsonOptions() constructor, and the second takes in an existing Asset.Types.DiscoverySpec.Types.JsonOptions parameter."]]],[]]