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 reference documentation for the `JsonOptions` class within the Google Cloud Dataplex v1 API, specifically within the `Zone.Types.DiscoverySpec.Types` namespace."],["The `JsonOptions` class is used to describe the JSON data format and is part of a larger structure defining discovery specifications within a zone, as indicated by its nested class structure and implementation."],["The latest version of the API documented on this page is 3.6.0, but the main content is focused on version 3.3.0 with all versions from 1.0.0 to 3.6.0 being listed, and the page contains links to reference documentation for each of those specific version."],["The `JsonOptions` class has properties such as `DisableTypeInference` (a boolean) and `Encoding` (a string) which are optional and allow for customization of JSON data processing."],["The webpage details the class's inheritance, listing that it inherits from `object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, thus providing a comprehensive overview of its structure and capabilities."]]],[]]