public sealed class MetadataImport.Types.DatabaseDump : IMessage<MetadataImport.Types.DatabaseDump>, IEquatable<MetadataImport.Types.DatabaseDump>, IDeepCloneable<MetadataImport.Types.DatabaseDump>, IBufferMessage, IMessageReference documentation and code samples for the Dataproc Metastore v1alpha API class MetadataImport.Types.DatabaseDump.
A specification of the location of and metadata about a database dump from a relational database management system.
Implements
IMessageMetadataImportTypesDatabaseDump, IEquatableMetadataImportTypesDatabaseDump, IDeepCloneableMetadataImportTypesDatabaseDump, IBufferMessage, IMessageNamespace
Google.Cloud.Metastore.V1AlphaAssembly
Google.Cloud.Metastore.V1Alpha.dll
Constructors
DatabaseDump()
public DatabaseDump()DatabaseDump(DatabaseDump)
public DatabaseDump(MetadataImport.Types.DatabaseDump other)| Parameter | |
|---|---|
| Name | Description |
other |
MetadataImportTypesDatabaseDump |
Properties
DatabaseType
[Obsolete]
public MetadataImport.Types.DatabaseDump.Types.DatabaseType DatabaseType { get; set; }The type of the database.
| Property Value | |
|---|---|
| Type | Description |
MetadataImportTypesDatabaseDumpTypesDatabaseType |
|
GcsUri
public string GcsUri { get; set; }A Cloud Storage object or folder URI that specifies the source from which
to import metadata. It must begin with gs://.
| Property Value | |
|---|---|
| Type | Description |
string |
|
SourceDatabase
[Obsolete]
public string SourceDatabase { get; set; }The name of the source database.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Type
public DatabaseDumpSpec.Types.Type Type { get; set; }Optional. The type of the database dump. If unspecified, defaults to
MYSQL.
| Property Value | |
|---|---|
| Type | Description |
DatabaseDumpSpecTypesType |
|