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 page provides documentation for the `Asset.Types.DiscoverySpec.Types.JsonOptions` class within the Google Cloud Dataplex V1 API, specifically for describing JSON data format settings."],["The `JsonOptions` class has been implemented with interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and has two constructors."],["The `JsonOptions` class has properties like `DisableTypeInference`, which if true, disables the inference of data types for Json data, registering all columns as primitive types."],["The `JsonOptions` class has an optional `Encoding` property, which determines the character encoding of the data, defaulting to UTF-8 if not specified."],["This documentation page lists various versions of the API from 1.0.0 to 3.6.0, with the latest version being 3.6.0, in addition to the current version being 2.6.0."]]],[]]