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 how JSON data is handled during discovery."],["The page lists various versions of the `JsonOptions` class, with version 3.6.0 being the latest available."],["The `JsonOptions` class, part of `Zone.Types.DiscoverySpec.Types`, includes properties such as `DisableTypeInference` which controls data type inference and `Encoding` to specify the data's character encoding."],["`JsonOptions` inherits from `object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, `IBufferMessage` to manage how JSON data is handled."],["`JsonOptions` can be instantiated using the `JsonOptions()` constructor, or by using the copy constructor `JsonOptions(JsonOptions)` to create a copy of another object of the same type."]]],[]]