public sealed class Zone.Types.DiscoverySpec.Types.JsonOptions : IMessage<Zone.Types.DiscoverySpec.Types.JsonOptions>, IEquatable<Zone.Types.DiscoverySpec.Types.JsonOptions>, IDeepCloneable<Zone.Types.DiscoverySpec.Types.JsonOptions>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Dataplex v1 API class Zone.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 reference documentation for the `Zone.Types.DiscoverySpec.Types.JsonOptions` class in the Google Cloud Dataplex v1 API."],["The documentation outlines the class's inheritance from `object` and its implementation of interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["There are two constructors for `JsonOptions`, one default and one that accepts another `JsonOptions` instance for copying."],["The class includes two properties: `DisableTypeInference`, which is a boolean to disable data type inference, and `Encoding`, a string to specify the character encoding of the data."],["The page also provides the version history, ranging from version 1.0.0 to the current latest 3.6.0 version, for the `JsonOptions` type."]]],[]]