backendMetastores property

Map<String, BackendMetastore>? backendMetastores
getter/setter pair

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.

Implementation

core.Map<core.String, BackendMetastore>? backendMetastores;