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

Database is the container of tables.

Attributes

  • createTime (type: DateTime.t, default: nil) - Output only. The creation time of the database.
  • deleteTime (type: DateTime.t, default: nil) - Output only. The deletion time of the database. Only set after the database is deleted.
  • expireTime (type: DateTime.t, default: nil) - Output only. The time when this database is considered expired. Only set after the database is deleted.
  • hiveOptions (type: GoogleApi.BigLake.V1.Model.HiveDatabaseOptions.t, default: nil) - Options of a Hive database.
  • name (type: String.t, default: nil) - Output only. The resource name. Format: projects/{project_id_or_number}/locations/{location_id}/catalogs/{catalog_id}/databases/{database_id}
  • type (type: String.t, default: nil) - The database type.
  • updateTime (type: DateTime.t, default: nil) - Output only. The last modification time of the database.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.BigLake.V1.Model.Database{
  createTime: DateTime.t() | nil,
  deleteTime: DateTime.t() | nil,
  expireTime: DateTime.t() | nil,
  hiveOptions: GoogleApi.BigLake.V1.Model.HiveDatabaseOptions.t() | nil,
  name: String.t() | nil,
  type: String.t() | nil,
  updateTime: DateTime.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.