LakeMetastoreStatus

data class LakeMetastoreStatus(val endpoint: String? = null, val message: String? = null, val state: String? = null, val updateTime: String? = null)

Constructors

Link copied to clipboard
constructor(endpoint: String? = null, message: String? = null, state: String? = null, updateTime: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val endpoint: String? = null
Link copied to clipboard
val message: String? = null
Link copied to clipboard
val state: String? = null

Output only. Current state of the lake. Possible values: STATE_UNSPECIFIED, ACTIVE, CREATING, DELETING, ACTION_REQUIRED

Link copied to clipboard
val updateTime: String? = null

Output only. The time when the lake was last updated.