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, IMessageReference documentation and code samples for the Cloud Dataplex v1 API class Zone.Types.DiscoverySpec.Types.JsonOptions.
Describe JSON data format.
Implements
IMessageZoneTypesDiscoverySpecTypesJsonOptions, IEquatableZoneTypesDiscoverySpecTypesJsonOptions, IDeepCloneableZoneTypesDiscoverySpecTypesJsonOptions, IBufferMessage, IMessageNamespace
Google.Cloud.Dataplex.V1Assembly
Google.Cloud.Dataplex.V1.dll
Constructors
JsonOptions()
public JsonOptions()JsonOptions(JsonOptions)
public JsonOptions(Zone.Types.DiscoverySpec.Types.JsonOptions other)| Parameter | |
|---|---|
| Name | Description |
other |
ZoneTypesDiscoverySpecTypesJsonOptions |
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 |
bool |
|
Encoding
public string Encoding { get; set; }Optional. The character encoding of the data. The default is UTF-8.
| Property Value | |
|---|---|
| Type | Description |
string |
|