View Source GoogleApi.BigLake.V1.Model.HiveDatabaseOptions (google_api_big_lake v0.2.0)

Options of a Hive database.

Attributes

  • locationUri (type: String.t, default: nil) - Cloud Storage folder URI where the database data is stored, starting with "gs://".
  • parameters (type: map(), default: nil) - Stores user supplied Hive database parameters.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.BigLake.V1.Model.HiveDatabaseOptions{
  locationUri: String.t() | nil,
  parameters: map() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.