Properties of a DatabaseDump.
Package
@google-cloud/dataproc-metastore!Properties
databaseType
databaseType?: (google.cloud.metastore.v1alpha.MetadataImport.DatabaseDump.DatabaseType|keyof typeof google.cloud.metastore.v1alpha.MetadataImport.DatabaseDump.DatabaseType|null);
DatabaseDump databaseType
Type | Description |
(google.cloud.metastore.v1alpha.MetadataImport.DatabaseDump.DatabaseType|keyof typeof google.cloud.metastore.v1alpha.MetadataImport.DatabaseDump.DatabaseType|null) |
gcsUri
gcsUri?: (string|null);
DatabaseDump gcsUri
Type | Description |
(string|null) |
sourceDatabase
sourceDatabase?: (string|null);
DatabaseDump sourceDatabase
Type | Description |
(string|null) |
type
type?: (google.cloud.metastore.v1alpha.DatabaseDumpSpec.Type|keyof typeof google.cloud.metastore.v1alpha.DatabaseDumpSpec.Type|null);
DatabaseDump type
Type | Description |
(google.cloud.metastore.v1alpha.DatabaseDumpSpec.Type|keyof typeof google.cloud.metastore.v1alpha.DatabaseDumpSpec.Type|null) |