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

Represents a table.

Attributes

  • createTime (type: DateTime.t, default: nil) - Output only. The creation time of the table.
  • deleteTime (type: DateTime.t, default: nil) - Output only. The deletion time of the table. Only set after the table is deleted.
  • etag (type: String.t, default: nil) - The checksum of a table object computed by the server based on the value of other fields. It may be sent on update requests to ensure the client has an up-to-date value before proceeding. It is only checked for update table operations.
  • expireTime (type: DateTime.t, default: nil) - Output only. The time when this table is considered expired. Only set after the table is deleted.
  • hiveOptions (type: GoogleApi.BigLake.V1.Model.HiveTableOptions.t, default: nil) - Options of a Hive table.
  • 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}/tables/{table_id}
  • type (type: String.t, default: nil) - The table type.
  • updateTime (type: DateTime.t, default: nil) - Output only. The last modification time of the table.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.BigLake.V1.Model.Table{
  createTime: DateTime.t() | nil,
  deleteTime: DateTime.t() | nil,
  etag: String.t() | nil,
  expireTime: DateTime.t() | nil,
  hiveOptions: GoogleApi.BigLake.V1.Model.HiveTableOptions.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.