public sealed class JsonOptions : IMessage<Asset.Types.DiscoverySpec.Types.JsonOptions>, IEquatable<Asset.Types.DiscoverySpec.Types.JsonOptions>, IDeepCloneable<Asset.Types.DiscoverySpec.Types.JsonOptions>, IBufferMessage, IMessage
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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe latest version available is 3.6.0, with the content providing links to documentation for this version and several earlier versions, including a version 2.0.0 and all the way back to 1.0.0.\u003c/p\u003e\n"],["\u003cp\u003eThe content describes the \u003ccode\u003eJsonOptions\u003c/code\u003e class, which is used to specify options for JSON data format within the \u003ccode\u003eGoogle.Cloud.Dataplex.V1\u003c/code\u003e namespace.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eJsonOptions\u003c/code\u003e class inherits from \u003ccode\u003eObject\u003c/code\u003e and implements interfaces such as \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eJsonOptions\u003c/code\u003e has two key properties: \u003ccode\u003eDisableTypeInference\u003c/code\u003e, which is a boolean used to prevent automatic data type inference, and \u003ccode\u003eEncoding\u003c/code\u003e, a string to define the data's character encoding, defaulting to UTF-8.\u003c/p\u003e\n"],["\u003cp\u003eThere are 2 constructors for the JsonOptions class: the first is the JsonOptions() constructor, and the second takes in an existing Asset.Types.DiscoverySpec.Types.JsonOptions parameter.\u003c/p\u003e\n"]]],[],null,[]]