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 documentation for the `Zone.Types.DiscoverySpec.Types.JsonOptions` class within the Google Cloud Dataplex V1 API, detailing its purpose for describing JSON data formats."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in data handling and message management."],["The documentation includes a list of available versions, ranging from version 1.0.0 to the latest version 3.6.0, where `3.6.0` is the latest version available."],["The `JsonOptions` class has two key properties: `DisableTypeInference`, which determines if data type inference is disabled, and `Encoding`, which specifies the character encoding used for the JSON data, defaulting to UTF-8."],["The provided information on this page includes inheritance details, inherited members from the `object` class, the namespace, assembly information, as well as descriptions and parameters for the `JsonOptions` constructors."]]],[]]