public class GetMetaTableDetailInfoRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
tableGuid
The GUID of the table in Data Management (DMS).
|
Long |
tid
The ID of the tenant.
|
| 构造器和说明 |
|---|
GetMetaTableDetailInfoRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static GetMetaTableDetailInfoRequest |
build(Map<String,?> map) |
String |
getTableGuid() |
Long |
getTid() |
GetMetaTableDetailInfoRequest |
setTableGuid(String tableGuid) |
GetMetaTableDetailInfoRequest |
setTid(Long tid) |
@NameInMap(value="TableGuid") public String tableGuid
The GUID of the table in Data Management (DMS).
You can call the ListLogicTables operation with ReturnGuid set to true to query the GUIDs of logical tables in a specific logical database.
You can call the ListTables operation with ReturnGuid set to true to query the GUIDs of tables in a specific physical database.
This parameter is required.
example:IDB_L_9032.db-test.yuyang_test
@NameInMap(value="Tid") public Long tid
The ID of the tenant.
example:To view the ID of the tenant, move the pointer over the profile picture in the upper-right corner of the Data Management (DMS) console. For more information, see the View information about the current tenant section of the Manage DMS tenants topic.
123
public static GetMetaTableDetailInfoRequest build(Map<String,?> map) throws Exception
Exceptionpublic GetMetaTableDetailInfoRequest setTableGuid(String tableGuid)
public String getTableGuid()
public GetMetaTableDetailInfoRequest setTid(Long tid)
public Long getTid()
Copyright © 2025. All rights reserved.