public sealed class JsonOptions : IMessage<Asset.Types.DiscoverySpec.Types.JsonOptions>, IEquatable<Asset.Types.DiscoverySpec.Types.JsonOptions>, IDeepCloneable<Asset.Types.DiscoverySpec.Types.JsonOptions>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Dataplex v1 API class Asset.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 document provides reference documentation for the `Asset.Types.DiscoverySpec.Types.JsonOptions` class in the Google Cloud Dataplex V1 API."],["The `JsonOptions` class describes the configuration for discovering and handling JSON data format within the Dataplex environment, which implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version available for the documentation is 3.6.0, with several older versions listed back to 1.0.0 for accessing the documentation."],["The class offers properties like `DisableTypeInference` and `Encoding` to control how JSON data is processed and interpreted by Dataplex, such as disabling data type inference or specifying the character encoding."],["There are two constructors available for the `JsonOptions` class, one default constructor, and one that takes an `Asset.Types.DiscoverySpec.Types.JsonOptions` parameter, as well as methods such as `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString` that are inherited from the `Object` class."]]],[]]