View Source GoogleApi.Metastore.V1.Model.Federation (google_api_metastore v0.11.0)
Represents a federation of multiple backend metastores.
Attributes
-
backendMetastores
(type:%{optional(String.t) => GoogleApi.Metastore.V1.Model.BackendMetastore.t}
, default:nil
) - 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. -
createTime
(type:DateTime.t
, default:nil
) - Output only. The time when the metastore federation was created. -
endpointUri
(type:String.t
, default:nil
) - Output only. The federation endpoint. -
labels
(type:map()
, default:nil
) - User-defined labels for the metastore federation. -
name
(type:String.t
, default:nil
) - Immutable. The relative resource name of the federation, of the form: projects/{project_number}/locations/{location_id}/federations/{federation_id}. *
state(*type:*
String.t, *default:*
nil) - Output only. The current state of the federation. *
stateMessage(*type:*
String.t, *default:*
nil) - Output only. Additional information about the current state of the metastore federation, if available. *
uid(*type:*
String.t, *default:*
nil) - Output only. The globally unique resource identifier of the metastore federation. *
updateTime(*type:*
DateTime.t, *default:*
nil) - Output only. The time when the metastore federation was last updated. *
version(*type:*
String.t, *default:*
nil`) - Immutable. The Apache Hive metastore version of the federation. All backend metastore versions must be compatible with the federation version.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Metastore.V1.Model.Federation{ backendMetastores: %{optional(String.t()) => GoogleApi.Metastore.V1.Model.BackendMetastore.t()} | nil, createTime: DateTime.t() | nil, endpointUri: String.t() | nil, labels: map() | nil, name: String.t() | nil, state: String.t() | nil, stateMessage: String.t() | nil, uid: String.t() | nil, updateTime: DateTime.t() | nil, version: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.