metastoreType property

String? metastoreType
getter/setter pair

The type of the backend metastore. Possible string values are:

  • "METASTORE_TYPE_UNSPECIFIED" : The metastore type is not set.
  • "BIGQUERY" : The backend metastore is BigQuery.
  • "DATAPROC_METASTORE" : The backend metastore is Dataproc Metastore.

Implementation

core.String? metastoreType;