public sealed class Asset.Types.DiscoverySpec.Types.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."],[[["The latest version of the `Asset.Types.DiscoverySpec.Types.JsonOptions` class is 3.6.0, and multiple previous versions, ranging from 1.0.0 to 3.5.0, are also documented."],["`Asset.Types.DiscoverySpec.Types.JsonOptions` describes the JSON data format and is part of the Cloud Dataplex v1 API."],["The class `Asset.Types.DiscoverySpec.Types.JsonOptions` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and is a subclass of `object`."],["The `JsonOptions` class offers two constructors: a default constructor and one that takes another `JsonOptions` object for copying."],["`JsonOptions` includes properties to control how JSON data is handled, such as `DisableTypeInference`, which lets you turn off data type inference, and `Encoding` to define the data's character encoding, defaulting to UTF-8."]]],[]]