Database

更新时间:
复制 MD 格式

Parameter

Type

Description

Example

object

The database details.

id

string

The database UUID.

1

name

string

The database name.

test_database

location

string

The database URI.

oss://clg-paimon-xxx/db-xxx

options

object

The extension options.

string

The option.

{\"comment\":\"test\"}

owner

string

The owner.

acs:ram::[accountId]:root

createdAt

integer

The database creation time.

1744970111419

createdBy

string

The database creator.

acs:ram::[accountId]:root

updatedAt

integer

The time when the database was last updated.

1744970111419

updatedBy

string

The user who last updated the database.

acs:ram::[accountId]:root

tableCount

integer

The number of tables in the database.