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 properties and usage."],["The content offers versioned references to the `JsonOptions` class, ranging from version 1.0.0 up to the latest 3.6.0, allowing users to select documentation based on the specific version they are utilizing."],["The `JsonOptions` class is used to describe the JSON data format and is part of a nested structure within the `Google.Cloud.Dataplex.V1` namespace, and it inherits from the base `object` class and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The properties `DisableTypeInference` and `Encoding` are found within the JsonOptions class, allowing developers to configure how type inference is handled and the character encoding of the JSON data, respectively."],["The documentation outlines the constructors available for creating instances of the `JsonOptions` class, including a parameterless constructor and one that takes another `JsonOptions` object as an argument for duplication."]]],[]]