Skip to main content

CosmosDB-Table

CosmosDB Table Plugin – Custom, DELETE, GET, INSERT, UPDATE, UPSERT

Summary (SEO Meta Description):
The CosmosDB Table Plugin lets WeHub workflows interact with Azure Cosmos DB Table API.
Use it to query, insert, update, delete, or upsert table entities for scalable NoSQL data operations.


Overview

The CosmosDB Table Plugin integrates WeHub workflows with Azure Cosmos DB Table API, enabling serverless NoSQL table operations directly from your workflows.
Ideal for applications requiring fast, scalable key–value storage and table-based data access.

Typical Use Cases:

  • Store and manage large volumes of key–value or semi-structured data
  • Build serverless apps that need scalable NoSQL tables
  • Automate CRUD operations for Cosmos DB Table entities
  • Integrate Azure-based data pipelines with WeHub workflows

Available Actions

  • Custom – Run a custom Table API operation.
  • DELETE – Remove a specific entity from a Cosmos DB table.
  • GET – Retrieve entity data from a table by partition and row key.
  • INSERT – Add a new entity to the table.
  • UPDATE – Modify an existing entity.
  • UPSERT – Insert or update an entity in a single operation.

FAQ

Q: Do I need a dedicated Azure Cosmos DB Table account?
A: Yes. The plugin requires access credentials for an Azure Cosmos DB Table API account.

Q: Can I handle high-throughput scenarios?
A: Yes. Cosmos DB Table API is designed for globally distributed, high-throughput workloads.

Q: Is schema management required?
A: No. Cosmos DB Table API is schema-less, allowing flexible property definitions per entity.


Keywords: WeHub CosmosDB Table Plugin, Azure Table API, NoSQL, Key-Value Store, Insert Entity, Update Entity, Delete Entity, Upsert Entity