Cosmos DB Connector
Documentation
Version: 2
Documentation

Tables for Cosmos DB Connector


On this page you will see possible API actions you can perform with Cosmos DB connector. We will refer this as API Table or just Table.

Name Description Supported Operations
Dynamic Tables No description available Below section contains supported CRUD operations. Each operation is executed by some EndPoint behind the scene.
Method Supported ? Reference EndPoint
SELECT YES get_documents
INSERT YES create_document
UPDATE YES update_document
UPSERT YES upsert_document
DELETE YES delete_document
LOOKUP YES get_document
SysDatabases No description available Below section contains supported CRUD operations. Each operation is executed by some EndPoint behind the scene.
Method Supported ? Reference EndPoint
SELECT YES get_databases
INSERT NO
UPDATE NO
UPSERT NO
DELETE NO
LOOKUP YES get_database
SysTables No description available Below section contains supported CRUD operations. Each operation is executed by some EndPoint behind the scene.
Method Supported ? Reference EndPoint
SELECT YES get_tables
INSERT NO
UPDATE NO
UPSERT NO
DELETE NO
LOOKUP YES get_table
SysUsers No description available Below section contains supported CRUD operations. Each operation is executed by some EndPoint behind the scene.
Method Supported ? Reference EndPoint
SELECT YES get_users
INSERT NO
UPDATE NO
UPSERT NO
DELETE NO
LOOKUP YES get_user