public sealed class DataDiscoverySpec.Types.StorageConfig.Types.JsonOptions : IMessage<DataDiscoverySpec.Types.StorageConfig.Types.JsonOptions>, IEquatable<DataDiscoverySpec.Types.StorageConfig.Types.JsonOptions>, IDeepCloneable<DataDiscoverySpec.Types.StorageConfig.Types.JsonOptions>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Dataplex v1 API class DataDiscoverySpec.Types.StorageConfig.Types.JsonOptions.
Optional. Whether to disable the inference of data types for JSON data.
If true, all columns are 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 `JsonOptions` class within the `Google.Cloud.Dataplex.V1` API, specifically for version 3.5.0 of the .NET library."],["The `JsonOptions` class is used to describe the JSON data format and is part of the `DataDiscoverySpec.Types.StorageConfig.Types` nested classes."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities like message handling, equality comparison, deep cloning, and buffer operations."],["The document lists all previous versions of the API, going back to 1.0.0, in addition to the latest version, 3.6.0, allowing users to navigate between them."],["The `JsonOptions` class includes properties for setting the character `Encoding` and `TypeInferenceDisabled`, enabling customization of how JSON data is processed and interpreted."]]],[]]