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, with version 3.4.0 being the specific version in focus here."],["The `JsonOptions` class is designed to describe the JSON data format, and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The page also provides a list of the various versions of this class, from 1.0.0 up to 3.6.0, with 3.6.0 being listed as the latest version."],["`JsonOptions` has two main properties, `DisableTypeInference`, a boolean that allows disabling type inference in JSON, and `Encoding`, a string that specifies the character encoding of the data, defaulting to UTF-8."]]],[]]