public static class ListTablesResponseBody.ListTablesResponseBodyTableListTable
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
databaseId
The ID of the physical database.
|
String |
description
The description of the table.
|
String |
encoding
The encoding format of the table.
|
String |
engine
The engine of the table.
|
Long |
numRows
The number of rows in the table.
|
ListTablesResponseBody.ListTablesResponseBodyTableListTableOwnerIdList |
ownerIdList
The ID list of the table owners.
|
ListTablesResponseBody.ListTablesResponseBodyTableListTableOwnerNameList |
ownerNameList
The nickname list of the table owners.
|
Long |
storeCapacity
The storage space that is occupied by the table.
|
String |
tableGuid
The GUID of the table in DMS.
|
String |
tableId
The ID of the table.
|
String |
tableName
The table name.
|
String |
tableSchemaName
The database in which the table resides.
|
String |
tableType
The type of the table.
|
| 构造器和说明 |
|---|
ListTablesResponseBodyTableListTable() |
@NameInMap(value="DatabaseId") public String databaseId
The ID of the physical database.
example:1860****
@NameInMap(value="Description") public String description
The description of the table.
example:test
@NameInMap(value="Encoding") public String encoding
The encoding format of the table.
example:utf8
@NameInMap(value="Engine") public String engine
The engine of the table.
example:InnoDB
@NameInMap(value="NumRows") public Long numRows
The number of rows in the table. This is a statistical value and does not indicate the actual number of rows.
example:10085
@NameInMap(value="OwnerIdList") public ListTablesResponseBody.ListTablesResponseBodyTableListTableOwnerIdList ownerIdList
The ID list of the table owners.
@NameInMap(value="OwnerNameList") public ListTablesResponseBody.ListTablesResponseBodyTableListTableOwnerNameList ownerNameList
The nickname list of the table owners.
@NameInMap(value="StoreCapacity") public Long storeCapacity
The storage space that is occupied by the table. This is a statistical value and does not indicate the accurate storage space. Unit: MB.
example:1024
@NameInMap(value="TableGuid") public String tableGuid
The GUID of the table in DMS.
example:IDB_44743****.qntest.consumption_records
@NameInMap(value="TableId") public String tableId
The ID of the table.
example:44743****
@NameInMap(value="TableName") public String tableName
The table name.
example:consumption_records
@NameInMap(value="TableSchemaName") public String tableSchemaName
The database in which the table resides.
example:qntest
@NameInMap(value="TableType") public String tableType
The type of the table. Default value: NORMAL.
example:NORMAL
public static ListTablesResponseBody.ListTablesResponseBodyTableListTable build(Map<String,?> map) throws Exception
Exceptionpublic ListTablesResponseBody.ListTablesResponseBodyTableListTable setDatabaseId(String databaseId)
public String getDatabaseId()
public ListTablesResponseBody.ListTablesResponseBodyTableListTable setDescription(String description)
public String getDescription()
public ListTablesResponseBody.ListTablesResponseBodyTableListTable setEncoding(String encoding)
public String getEncoding()
public ListTablesResponseBody.ListTablesResponseBodyTableListTable setEngine(String engine)
public String getEngine()
public ListTablesResponseBody.ListTablesResponseBodyTableListTable setNumRows(Long numRows)
public Long getNumRows()
public ListTablesResponseBody.ListTablesResponseBodyTableListTable setOwnerIdList(ListTablesResponseBody.ListTablesResponseBodyTableListTableOwnerIdList ownerIdList)
public ListTablesResponseBody.ListTablesResponseBodyTableListTableOwnerIdList getOwnerIdList()
public ListTablesResponseBody.ListTablesResponseBodyTableListTable setOwnerNameList(ListTablesResponseBody.ListTablesResponseBodyTableListTableOwnerNameList ownerNameList)
public ListTablesResponseBody.ListTablesResponseBodyTableListTableOwnerNameList getOwnerNameList()
public ListTablesResponseBody.ListTablesResponseBodyTableListTable setStoreCapacity(Long storeCapacity)
public Long getStoreCapacity()
public ListTablesResponseBody.ListTablesResponseBodyTableListTable setTableGuid(String tableGuid)
public String getTableGuid()
public ListTablesResponseBody.ListTablesResponseBodyTableListTable setTableId(String tableId)
public String getTableId()
public ListTablesResponseBody.ListTablesResponseBodyTableListTable setTableName(String tableName)
public String getTableName()
public ListTablesResponseBody.ListTablesResponseBodyTableListTable setTableSchemaName(String tableSchemaName)
public String getTableSchemaName()
public ListTablesResponseBody.ListTablesResponseBodyTableListTable setTableType(String tableType)
public String getTableType()
Copyright © 2025. All rights reserved.