View Source GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1StorageFormatIcebergOptions (google_api_dataplex v0.15.0)

Describes Iceberg data format.

Attributes

  • metadataLocation (type: String.t, default: nil) - Optional. The location of where the iceberg metadata is present, must be within the table path

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1StorageFormatIcebergOptions{
    metadataLocation: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.