public class GetTableTopologyRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
tableGuid
The GUID of the table in Data Management (DMS).
|
Long |
tid
The ID of the tenant.
|
| 构造器和说明 |
|---|
GetTableTopologyRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static GetTableTopologyRequest |
build(Map<String,?> map) |
String |
getTableGuid() |
Long |
getTid() |
GetTableTopologyRequest |
setTableGuid(String tableGuid) |
GetTableTopologyRequest |
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_308302.yuyang_test.test_ch
@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 DMS console. For more information, see the "View information about the current tenant" section of the Tenant information topic.
3***
public static GetTableTopologyRequest build(Map<String,?> map) throws Exception
Exceptionpublic GetTableTopologyRequest setTableGuid(String tableGuid)
public String getTableGuid()
public GetTableTopologyRequest setTid(Long tid)
public Long getTid()
Copyright © 2025. All rights reserved.