Show / Hide Table of Contents

Class GoogleCloudMetastoreV2ExportMetadataRequest

Request message for DataprocMetastore.ExportMetadata.

Inheritance
object
GoogleCloudMetastoreV2ExportMetadataRequest
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 GoogleCloudMetastoreV2ExportMetadataRequest : IDirectResponseSchema

Properties

DatabaseDumpType

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

Declaration
[JsonProperty("databaseDumpType")]
public virtual string DatabaseDumpType { get; set; }
Property Value
Type Description
string

DestinationGcsFolder

A Cloud Storage URI of a folder, in the format gs:///. A sub-folder containing exported files will be created below it.

Declaration
[JsonProperty("destinationGcsFolder")]
public virtual string DestinationGcsFolder { 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

RequestId

Optional. A request ID. Specify a unique request ID to allow the server to ignore the request if it has completed. The server will ignore subsequent requests that provide a duplicate request ID for at least 60 minutes after the first request.For example, if an initial request times out, followed by another request with the same request ID, the server ignores the second request to prevent the creation of duplicate commitments.The request ID must be a valid UUID (https://en.wikipedia.org/wiki/Universally_unique_identifier#Format). A zero UUID (00000000-0000-0000-0000-000000000000) is not supported.

Declaration
[JsonProperty("requestId")]
public virtual string RequestId { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX