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 `JsonOptions` class within the Google Cloud Dataplex V1 API, specifically for defining JSON data format in the context of data discovery."],["The `JsonOptions` class is found within the `Zone.Types.DiscoverySpec.Types` namespace, and it has been implemented in various versions, ranging from 1.0.0 to 3.6.0, with 3.6.0 being the latest version available."],["The `JsonOptions` class inherits from the `object` class and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, equality checking, deep cloning, and buffer message operations."],["The class has two properties, `DisableTypeInference` which is a boolean that controls type inference and `Encoding`, a string that specifies the data encoding with a default of UTF-8."],["The page has different versions of the API available, which range from 1.0.0 to 3.6.0, with the version 2.13.0 being the current version shown on the page."]]],[]]