Class GoogleCloudMetastoreV2MoveTableToDatabaseRequest
Request message for DataprocMetastore.MoveTableToDatabase.
Implements
Inherited Members
Namespace: Google.Apis.DataprocMetastore.v2.Data
Assembly: Google.Apis.DataprocMetastore.v2.dll
Syntax
public class GoogleCloudMetastoreV2MoveTableToDatabaseRequest : IDirectResponseSchema
Properties
DbName
Required. The name of the database where the table resides.
Declaration
[JsonProperty("dbName")]
public virtual string DbName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
DestinationDbName
Required. The name of the database where the table should be moved.
Declaration
[JsonProperty("destinationDbName")]
public virtual string DestinationDbName { 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 |
TableName
Required. The name of the table to be moved.
Declaration
[JsonProperty("tableName")]
public virtual string TableName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |