public sealed class MoveTableToDatabaseRequest : IMessage<MoveTableToDatabaseRequest>, IEquatable<MoveTableToDatabaseRequest>, IDeepCloneable<MoveTableToDatabaseRequest>, IBufferMessage, IMessageReference documentation and code samples for the Dataproc Metastore v1 API class MoveTableToDatabaseRequest.
Request message for [DataprocMetastore.MoveTableToDatabase][google.cloud.metastore.v1.DataprocMetastore.MoveTableToDatabase].
Implements
IMessageMoveTableToDatabaseRequest, IEquatableMoveTableToDatabaseRequest, IDeepCloneableMoveTableToDatabaseRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Metastore.V1Assembly
Google.Cloud.Metastore.V1.dll
Constructors
MoveTableToDatabaseRequest()
public MoveTableToDatabaseRequest()MoveTableToDatabaseRequest(MoveTableToDatabaseRequest)
public MoveTableToDatabaseRequest(MoveTableToDatabaseRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
MoveTableToDatabaseRequest |
Properties
DbName
public string DbName { get; set; }Required. The name of the database where the table resides.
| Property Value | |
|---|---|
| Type | Description |
string |
|
DestinationDbName
public string DestinationDbName { get; set; }Required. The name of the database where the table should be moved.
| Property Value | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
string |
|
ServiceAsServiceName
public ServiceName ServiceAsServiceName { get; set; }ServiceName-typed view over the Service resource name property.
| Property Value | |
|---|---|
| Type | Description |
ServiceName |
|
TableName
public string TableName { get; set; }Required. The name of the table to be moved.
| Property Value | |
|---|---|
| Type | Description |
string |
|