Cloud Dataplex v1 API - Class Zone.Types.DiscoverySpec.Types.JsonOptions (2.15.0)

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.

Describe JSON data format.

Inheritance

object > Zone.Types.DiscoverySpec.Types.JsonOptions

Namespace

Google.Cloud.Dataplex.V1

Assembly

Google.Cloud.Dataplex.V1.dll

Constructors

JsonOptions()

public JsonOptions()

JsonOptions(JsonOptions)

public JsonOptions(Zone.Types.DiscoverySpec.Types.JsonOptions other)
Parameter
NameDescription
otherZoneTypesDiscoverySpecTypesJsonOptions

Properties

DisableTypeInference

public bool DisableTypeInference { get; set; }

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).

Property Value
TypeDescription
bool

Encoding

public string Encoding { get; set; }

Optional. The character encoding of the data. The default is UTF-8.

Property Value
TypeDescription
string