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 webpage provides reference documentation for the `DataDiscoverySpec.Types.StorageConfig.Types.JsonOptions` class within the Google Cloud Dataplex v1 API, covering versions from 1.0.0 up to the latest 3.6.0."],["The `JsonOptions` class describes the JSON data format used in Cloud Dataplex and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `JsonOptions` class has properties to manage JSON data characteristics such as `Encoding`, which defaults to UTF-8, and `TypeInferenceDisabled`, which allows disabling type inference to keep columns as primitive types."],["The available constructors include a default constructor, `JsonOptions()`, and a constructor that takes an existing `JsonOptions` object as a parameter for making a copy, `JsonOptions(JsonOptions)`."],["The documentation lists numerous versions of the `JsonOptions` class, indicating an extensive history of updates and stability within the Google Cloud Dataplex v1 API."]]],[]]