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."],[[["This webpage provides documentation for the `Asset.Types.DiscoverySpec.Types.JsonOptions` class within the Google Cloud Dataplex V1 API, detailing its role in describing JSON data formats."],["The `JsonOptions` class, part of the `Google.Cloud.Dataplex.V1` namespace, offers methods for handling JSON data within the Dataplex API and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The documentation lists multiple versions of the Dataplex API, ranging from version 1.0.0 up to 3.6.0, with 3.6.0 being the latest version available."],["Key properties of the `JsonOptions` class include `DisableTypeInference`, which allows disabling data type inference, and `Encoding`, which sets the character encoding of the data."],["The document explains that the `JsonOptions` class can be instantiated using either an empty constructor or one that takes another `JsonOptions` instance as a parameter to set its initial values."]]],[]]