GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1DataDiscoverySpecStorageConfigJsonOptions (google_api_dataplex v0.21.0)

View Source

Describes JSON data format.

Attributes

  • encoding (type: String.t, default: nil) - Optional. The character encoding of the data. The default is UTF-8.
  • typeInferenceDisabled (type: boolean(), default: nil) - Optional. Whether to disable the inference of data types for JSON data. If true, all columns are registered as their primitive types (strings, number, or boolean).

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

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

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.