| Package | Description |
|---|---|
| com.baidubce.services.moladb | |
| com.baidubce.services.moladb.model |
| Modifier and Type | Method and Description |
|---|---|
CreateTableResponse |
MolaDbClient.createTable(CreateTableRequest request)
Create a table in moladb
|
| Modifier and Type | Method and Description |
|---|---|
CreateTableRequest |
CreateTableRequest.withAttributeDefinitions(List<AttributeDefinition> attributeDefinitions)
Add attributes with value type and name when creating a table.
|
CreateTableRequest |
CreateTableRequest.withKeySchema(List<KeySchemaElement> keySchema)
Set the Key information for creating a table, contains hashkey or hashkey and rangekey.
|
CreateTableRequest |
CreateTableRequest.withProvisionedThroughput(ProvisionedThroughput provision)
Set the provisioned throughput when creating a table.
|
CreateTableRequest |
CreateTableRequest.withRequestCredentials(BceCredentials credentials) |
CreateTableRequest |
CreateTableRequest.withTableName(String tableName)
Set the name of the table to create.
|
Copyright © 2024. All rights reserved.