View Source GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1AssetDiscoverySpecJsonOptions (google_api_dataplex v0.13.0)

Describe JSON data format.

Attributes

  • disableTypeInference (type: boolean(), default: nil) - 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).
  • encoding (type: String.t, default: nil) - Optional. The character encoding of the data. The default is UTF-8.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1AssetDiscoverySpecJsonOptions{
    disableTypeInference: boolean() | nil,
    encoding: String.t() | nil
  }

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.