Yandex Cloud
Search
Contact UsGet started
  • Blog
  • Pricing
  • Documentation
  • All Services
  • System Status
    • Featured
    • Infrastructure & Network
    • Data Platform
    • Containers
    • Developer tools
    • Serverless
    • Security
    • Monitoring & Resources
    • ML & AI
    • Business tools
  • All Solutions
    • By industry
    • By use case
    • Economics and Pricing
    • Security
    • Technical Support
    • Customer Stories
    • Gateway to Russia
    • Cloud for Startups
    • Education and Science
  • Blog
  • Pricing
  • Documentation
Yandex project
© 2025 Yandex.Cloud LLC
Yandex Managed Service for YDB
  • Getting started
  • Access management
      • All methods
    • Common errors when working with the Document API
  • Monitoring metrics
  • Audit Trails events
  • FAQ
  • Public materials

In this article:

  • Working with tables
  • Working with items
  1. Amazon DynamoDB-compatible Document API
  2. Document API reference
  3. All methods

All methods

Written by
Yandex Cloud
Updated at February 26, 2024
  • Working with tables
  • Working with items

The Managed Service for YDB HTTP API provides the following methods:

Working with tablesWorking 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 itemsWorking 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.

Was the article helpful?

Previous
Deleting a table
Next
BatchGetItem
Yandex project
© 2025 Yandex.Cloud LLC