GoogleApi.Metastore.V1beta.Model.DatabaseDump (google_api_metastore v0.2.0) View Source

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.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

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

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.