Reference documentation and code samples for the Google Cloud Dataproc Metastore V1 Client class DatabaseType.
The backend database type for the metastore service.
Protobuf type google.cloud.metastore.v1.Service.DatabaseType
Namespace
Google \ Cloud \ Metastore \ V1 \ ServiceMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
DATABASE_TYPE_UNSPECIFIED
Value: 0
The DATABASE_TYPE is not set.
Generated from protobuf enum DATABASE_TYPE_UNSPECIFIED = 0;
MYSQL
Value: 1
MySQL is used to persist the metastore data.
Generated from protobuf enum MYSQL = 1;
SPANNER
Value: 2
Spanner is used to persist the metastore data.
Generated from protobuf enum SPANNER = 2;