Reference documentation and code samples for the Google Cloud Dataproc Metastore V1 Client class Type.
The type of the database dump.
Protobuf type google.cloud.metastore.v1.DatabaseDumpSpec.Type
Namespace
Google \ Cloud \ Metastore \ V1 \ DatabaseDumpSpecMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
TYPE_UNSPECIFIED
Value: 0
The type of the database dump is unknown.
Generated from protobuf enum TYPE_UNSPECIFIED = 0;
MYSQL
Value: 1
Database dump is a MySQL dump file.
Generated from protobuf enum MYSQL = 1;
AVRO
Value: 2
Database dump contains Avro files.
Generated from protobuf enum AVRO = 2;