All methods
Written by
Updated at February 26, 2024
The Managed Service for YDB HTTP API provides the following methods:
Working with tables
Method | Description |
---|---|
CreateTable | Creates a table. |
DeleteTable | Deletes a table. |
DescribeTable | Returns information about a table. |
UpdateTable | Updates a table. |
DescribeTimeToLive | Returns information about the time-to-live (TTL) status in the specified table. |
ListTables | Returns a list of tables. |
UpdateTimeToLive | Enables or disables TTL for a specific table. |
Working with items
Method | Description |
---|---|
BatchGetItem | Returns attributes of items from multiple tables. |
BatchWriteItem | Writes items to or deletes them from tables. |
DeleteItem | Deletes an item from a table. |
GetItem | Returns attributes of an item from a single table. |
PutItem | Replaces a table item with a new one. |
Query | Returns table items. |
Scan | Returns table items and attributes. |
TransactGetItems | Retrieves multiple items from tables. |
TransactWriteItems | Performs a synchronous write operation. |
UpdateItem | Updates table items. |