public static final class GetMetaTableColumnRequest.Builder extends Object
限定符和类型 | 方法和说明 |
---|---|
GetMetaTableColumnRequest |
build() |
GetMetaTableColumnRequest.Builder |
regionId(String regionId)
RegionId.
|
GetMetaTableColumnRequest.Builder |
tableGuid(String tableGuid)
The globally unique identifier (GUID) of the table in Data Management (DMS).
|
GetMetaTableColumnRequest.Builder |
tid(Long tid)
The ID of the tenant.
|
public GetMetaTableColumnRequest.Builder regionId(String regionId)
public GetMetaTableColumnRequest.Builder tableGuid(String tableGuid)
* If the database to which the table belongs is a logical database, you can call the [ListLogicTables](~~141875~~) operation to obtain the value of this parameter. * If the database to which the table belongs is a physical database, you can call the [ListTables](~~141878~~) operation to obtain the value of this parameter.
public GetMetaTableColumnRequest.Builder tid(Long tid)
public GetMetaTableColumnRequest build()
Copyright © 2023. All rights reserved.