GetFederationResult

data class GetFederationResult(val backendMetastores: Map<String, String>, val createTime: String, val endpointUri: String, val labels: Map<String, String>, val name: String, val state: String, val stateMessage: String, val uid: String, val updateTime: String, val version: String)

Constructors

Link copied to clipboard
fun GetFederationResult(backendMetastores: Map<String, String>, createTime: String, endpointUri: String, labels: Map<String, String>, name: String, state: String, stateMessage: String, uid: String, updateTime: String, version: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A map from BackendMetastore rank to BackendMetastores from which the federation service serves metadata at query time. The map key represents the order in which BackendMetastores should be evaluated to resolve database names at query time and should be greater than or equal to zero. A BackendMetastore with a lower number will be evaluated before a BackendMetastore with a higher number.

Link copied to clipboard

The time when the metastore federation was created.

Link copied to clipboard

The federation endpoint.

Link copied to clipboard

User-defined labels for the metastore federation.

Link copied to clipboard

Immutable. The relative resource name of the federation, of the form: projects/{project_number}/locations/{location_id}/federations/{federation_id}`.

Link copied to clipboard

The current state of the federation.

Link copied to clipboard

Additional information about the current state of the metastore federation, if available.

Link copied to clipboard
val uid: String

The globally unique resource identifier of the metastore federation.

Link copied to clipboard

The time when the metastore federation was last updated.

Link copied to clipboard

Immutable. The Apache Hive metastore version of the federation. All backend metastore versions must be compatible with the federation version.