public sealed class DatabaseDump : IMessage<MetadataImport.Types.DatabaseDump>, IEquatable<MetadataImport.Types.DatabaseDump>, IDeepCloneable<MetadataImport.Types.DatabaseDump>, IBufferMessage, IMessage
A specification of the location of and metadata about a database dump from a relational database management system.
Implements
IMessage<MetadataImport.Types.DatabaseDump>, IEquatable<MetadataImport.Types.DatabaseDump>, IDeepCloneable<MetadataImport.Types.DatabaseDump>, IBufferMessage, IMessageNamespace
Google.Cloud.Metastore.V1BetaAssembly
Google.Cloud.Metastore.V1Beta.dll
Constructors
DatabaseDump()
public DatabaseDump()
DatabaseDump(MetadataImport.Types.DatabaseDump)
public DatabaseDump(MetadataImport.Types.DatabaseDump other)
Parameter | |
---|---|
Name | Description |
other | MetadataImport.Types.DatabaseDump |
Properties
DatabaseType
[Obsolete]
public MetadataImport.Types.DatabaseDump.Types.DatabaseType DatabaseType { get; set; }
The type of the database.
Property Value | |
---|---|
Type | Description |
MetadataImport.Types.DatabaseDump.Types.DatabaseType |
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 |
DatabaseDumpSpec.Types.Type |