Class GoogleCloudMetastoreV2DatabaseDump
A specification of the location and metadata type for a database dump from a relational database management system.
Implements
Inherited Members
Namespace: Google.Apis.DataprocMetastore.v2.Data
Assembly: Google.Apis.DataprocMetastore.v2.dll
Syntax
public class GoogleCloudMetastoreV2DatabaseDump : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
GcsUri
Required. 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 |
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 |