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."],[[["The provided content details the `JsonOptions` class within the Google Cloud Dataplex v1 API, which is used to describe JSON data formats."],["This `JsonOptions` class is part of the `Zone.Types.DiscoverySpec.Types` namespace and has been implemented since version 1.0.0."],["The `JsonOptions` class allows the user to configure whether to disable data type inference for JSON data through the `DisableTypeInference` property, and sets the encoding used through the `Encoding` property."],["There are multiple version updates that are available with version 3.6.0 being the latest, and version 2.7.0 being the version this documentation is centered on."],["The class implements the following interfaces: `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."]]],[]]