public sealed class JsonOptions : IMessage<Zone.Types.DiscoverySpec.Types.JsonOptions>, IEquatable<Zone.Types.DiscoverySpec.Types.JsonOptions>, IDeepCloneable<Zone.Types.DiscoverySpec.Types.JsonOptions>, IBufferMessage, IMessage
Describe JSON data format.
Implements
IMessage<Zone.Types.DiscoverySpec.Types.JsonOptions>, IEquatable<Zone.Types.DiscoverySpec.Types.JsonOptions>, IDeepCloneable<Zone.Types.DiscoverySpec.Types.JsonOptions>, IBufferMessage, IMessageNamespace
Google.Cloud.Dataplex.V1Assembly
Google.Cloud.Dataplex.V1.dll
Constructors
JsonOptions()
public JsonOptions()
JsonOptions(Zone.Types.DiscoverySpec.Types.JsonOptions)
public JsonOptions(Zone.Types.DiscoverySpec.Types.JsonOptions other)
Parameter | |
---|---|
Name | Description |
other | Zone.Types.DiscoverySpec.Types.JsonOptions |
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 | |
---|---|
Type | Description |
Boolean |
Encoding
public string Encoding { get; set; }
Optional. The character encoding of the data. The default is UTF-8.
Property Value | |
---|---|
Type | Description |
String |