public sealed class Zone.Types.DiscoverySpec.Types.JsonOptions : IMessage<Zone.Types.DiscoverySpec.Types.JsonOptions>, IEquatable<Zone.Types.DiscoverySpec.Types.JsonOptions>, IDeepCloneable<Zone.Types.DiscoverySpec.Types.JsonOptions>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Dataplex v1 API class Zone.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 document provides reference information for the `JsonOptions` class within the Google Cloud Dataplex v1 API, specifically for describing JSON data formats."],["The `JsonOptions` class is part of the `Zone.Types.DiscoverySpec.Types` namespace and has multiple implementations and inherits from the base `object` class, and multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["There are multiple versions of the Google.Cloud.Dataplex.V1 API from versions 1.0.0 to 3.6.0 (latest) that each contains the `JsonOptions` class."],["`JsonOptions` includes properties like `DisableTypeInference` (a boolean to prevent data type inference) and `Encoding` (a string to specify character encoding, defaulting to UTF-8)."],["There are two constructors available for `JsonOptions`, one default and another to duplicate another `JsonOptions` object."]]],[]]