View Source GoogleApi.Metastore.V1.Model.DatabaseDump (google_api_metastore v0.11.0)

A specification of the location of and metadata about a database dump from a relational database management system.

Attributes

  • databaseType (type: String.t, default: nil) - The type of the database.
  • gcsUri (type: String.t, default: nil) - A Cloud Storage object or folder URI that specifies the source from which to import metadata. It must begin with gs://.
  • sourceDatabase (type: String.t, default: nil) - The name of the source database.
  • type (type: String.t, default: nil) - Optional. The type of the database dump. If unspecified, defaults to MYSQL.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Metastore.V1.Model.DatabaseDump{
  databaseType: String.t() | nil,
  gcsUri: String.t() | nil,
  sourceDatabase: String.t() | nil,
  type: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.