Class DatabaseDump
A specification of the location of and metadata about a database dump from a relational database management system.
Implements
Inherited Members
Namespace: Google.Apis.DataprocMetastore.v1beta.Data
Assembly: Google.Apis.DataprocMetastore.v1beta.dll
Syntax
public class DatabaseDump : IDirectResponseSchema
Properties
DatabaseType
The type of the database.
Declaration
[JsonProperty("databaseType")]
public virtual string DatabaseType { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
GcsUri
Optional. A Cloud Storage object or folder URI that specifies the source from which to import metadata. It must begin with gs://.
Declaration
[JsonProperty("gcsUri")]
public virtual string GcsUri { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
SourceDatabase
Optional. The name of the source database.
Declaration
[JsonProperty("sourceDatabase")]
public virtual string SourceDatabase { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Type
Optional. The type of the database dump. If unspecified, defaults to MYSQL.
Declaration
[JsonProperty("type")]
public virtual string Type { get; set; }
Property Value
| Type | Description |
|---|---|
| string |