Dataproc Metastore v1 API - Class MoveTableToDatabaseRequest (2.7.0)

public sealed class MoveTableToDatabaseRequest : IMessage<MoveTableToDatabaseRequest>, IEquatable<MoveTableToDatabaseRequest>, IDeepCloneable<MoveTableToDatabaseRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Dataproc Metastore v1 API class MoveTableToDatabaseRequest.

Request message for [DataprocMetastore.MoveTableToDatabase][google.cloud.metastore.v1.DataprocMetastore.MoveTableToDatabase].

Inheritance

object > MoveTableToDatabaseRequest

Namespace

Google.Cloud.Metastore.V1

Assembly

Google.Cloud.Metastore.V1.dll

Constructors

MoveTableToDatabaseRequest()

public MoveTableToDatabaseRequest()

MoveTableToDatabaseRequest(MoveTableToDatabaseRequest)

public MoveTableToDatabaseRequest(MoveTableToDatabaseRequest other)
Parameter
NameDescription
otherMoveTableToDatabaseRequest

Properties

DbName

public string DbName { get; set; }

Required. The name of the database where the table resides.

Property Value
TypeDescription
string

DestinationDbName

public string DestinationDbName { get; set; }

Required. The name of the database where the table should be moved.

Property Value
TypeDescription
string

Service

public string Service { get; set; }

Required. The relative resource name of the metastore service to mutate metadata, in the following format:

projects/{project_id}/locations/{location_id}/services/{service_id}.

Property Value
TypeDescription
string

ServiceAsServiceName

public ServiceName ServiceAsServiceName { get; set; }

ServiceName-typed view over the Service resource name property.

Property Value
TypeDescription
ServiceName

TableName

public string TableName { get; set; }

Required. The name of the table to be moved.

Property Value
TypeDescription
string