Dataproc Metastore v1alpha API - Class MetadataImport.Types.DatabaseDump (2.0.0-alpha09)

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 v1alpha API class MetadataImport.Types.DatabaseDump.

A specification of the location of and metadata about a database dump from a relational database management system.

Inheritance

object > MetadataImport.Types.DatabaseDump

Namespace

Google.Cloud.Metastore.V1Alpha

Assembly

Google.Cloud.Metastore.V1Alpha.dll

Constructors

DatabaseDump()

public DatabaseDump()

DatabaseDump(DatabaseDump)

public DatabaseDump(MetadataImport.Types.DatabaseDump other)
Parameter
NameDescription
otherMetadataImportTypesDatabaseDump

Properties

DatabaseType

[Obsolete]
public MetadataImport.Types.DatabaseDump.Types.DatabaseType DatabaseType { get; set; }

The type of the database.

Property Value
TypeDescription
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
TypeDescription
string

SourceDatabase

[Obsolete]
public string SourceDatabase { get; set; }

The name of the source database.

Property Value
TypeDescription
string

Type

public DatabaseDumpSpec.Types.Type Type { get; set; }

Optional. The type of the database dump. If unspecified, defaults to MYSQL.

Property Value
TypeDescription
DatabaseDumpSpecTypesType