databaseType property
The database type that the Metastore service stores its data.
Immutable. Possible string values are:
- "DATABASE_TYPE_UNSPECIFIED" : The DATABASE_TYPE is not set.
- "MYSQL" : MySQL is used to persist the metastore data.
- "SPANNER" : Spanner is used to persist the metastore data.
Implementation
core.String? databaseType;