Show / Hide Table of Contents

Class GoogleCloudMetastoreV2DatabaseDump

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

Inheritance
object
GoogleCloudMetastoreV2DatabaseDump
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX