public sealed class MetadataImport.Types.DatabaseDump : IMessage<MetadataImport.Types.DatabaseDump>, IEquatable<MetadataImport.Types.DatabaseDump>, IDeepCloneable<MetadataImport.Types.DatabaseDump>, IBufferMessage, IMessage
Reference documentation and code samples for the Dataproc Metastore v1 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
GoogleCloudGoogle.Cloud.MetastoreV1Assembly
Google.Cloud.Metastore.V1.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 |
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 |