Microsoft Azure Cosmos DB
Microsoft Azure Cosmos DB is a multi-model database service that enables you to elastically and independently scale throughput, compute, and storage.
Actions
-
Delete Attachment: Delete an attachment resource from the document
-
Delete Collection: Delete an existing collection in a database
-
Delete Database: Delete an existing database in the database account
-
Delete Document: Delete a specific document
-
Delete Permission: Delete an existing permission in a database
-
Delete Stored Procedure: Delete an existing stored procedure in a collection
-
Delete Trigger: Delete an existing trigger in a collection
-
Delete User: Delete an existing user in a database
-
Delete User-Defined Function: Delete an existing user-defined function in a collection
-
Execute Stored Procedure: Execute a stored procedure by performing a POST on a stored procedure resource. A stored procedure is a piece of application logic that is written in JavaScript that is registered and executed against a collection as a single transaction
Custom Actions
The Microsoft Azure Cosmos DB connector also lets you create your own custom actions for performing specific tasks. The actions that you create look and work exactly like the other actions do.
Learn more about how to create custom actions.