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, specifically detailing how JSON data is described."],["The documentation outlines different versions of the API, ranging from version 1.0.0 to the latest version 3.6.0, and version 2.15.0 being the active version, providing links to each."],["The `JsonOptions` class inherits from `object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, for enhanced functionality."],["The class offers configurable properties like `DisableTypeInference`, which determines if data type inference is disabled for JSON data, and `Encoding`, which sets the character encoding of the data, defaulting to UTF-8."],["The class has two constructors: one default constructor with no parameters and one that takes in another `Asset.Types.DiscoverySpec.Types.JsonOptions` object as a parameter."]]],[]]