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
    • Start testing with double trial credits
    • Cloud credits to scale your IT product
    • Gateway to Russia
    • Cloud for Startups
    • Education and Science
    • Yandex Cloud Partner program
  • Blog
  • Pricing
  • Documentation
© 2025 Direct Cursus Technology L.L.C.
Yandex Serverless Integrations
    • Overview
      • Workflow
      • Starting workflow
        • Overview
          • HTTPCall
          • GRPCCall
          • YMQ
          • YDS
          • YDBDocument
          • FunctionCall
          • ContainerCall
          • FoundationModelsCall
          • ObjectStorage
          • Tracker
          • Postbox
          • Workflow
          • Disk
      • Templating
    • Quotas and limits
  • Pricing policy
  • Terraform reference
  • Release notes

In this article:

  • YdbDocumentGet
  • YdbDocumentPut
  • YdbDocumentUpdate
  • YdbDocumentScan
  1. Concepts
  2. Workflows
  3. YaWL specification
  4. Integration steps
  5. YDBDocument

YDBDocument

Written by
Yandex Cloud
Updated at March 27, 2025
  • YdbDocumentGet
  • YdbDocumentPut
  • YdbDocumentUpdate
  • YdbDocumentScan

Interacting with document tables in the Yandex Managed Service for YDB database. The get, put, update, and scan fields are mutually exclusive: you can use only one of them.

Field name Type Required Default value Templating is supported Description
database string Yes No No Database ID.
tableName string Yes No No Table name.
get YdbDocumentGet No No No Configuring the get action to select an entry from the table.
put YdbDocumentPut No No No Configuring the put action to add an entry to the table.
update YdbDocumentUpdate No No No Configuring the update action to update an entry in the table.
scan YdbDocumentScan No No No Configuring the scan action to get a list of table entries.

YdbDocumentGetYdbDocumentGet

Field name Type Required Default value Templating is supported Description
key string Yes No Yes Primary key value for a database item.

YdbDocumentPutYdbDocumentPut

Field name Type Required Default value Templating is supported Description
item string Yes No Yes JSON-serialized data item to insert into a table.

YdbDocumentUpdateYdbDocumentUpdate

Field name Type Required Default value Templating is supported Description
key string Yes No Yes Primary key value for a database item.
expression string Yes No Yes Expression to describe the updates to the attributes of a database item. For more information, see UpdateExpression.
expressionAttributeValues string No "" Yes Values for attributes used in the expression. For more information, see ExpressionAttributeValues.

YdbDocumentScanYdbDocumentScan

Field name Type Required Default value Templating is supported Description
limit string No No Yes Maximum number of items in the list
exclusive_start_key string No No Yes Primary key value for a database item to start the search from.

Was the article helpful?

Previous
YDS
Next
FunctionCall
© 2025 Direct Cursus Technology L.L.C.