CosmosDB components
tCosmosDBBulkLoad | Imports data files in different formats (CSV, TSV or JSON) into the specified Cosmos database so that the data can be further processed. |
tCosmosDBConnection | Creates a connection to a CosmosDB database and reuse that connection in other components. |
tCosmosDBInput | Retrieves certain documents from a Cosmos database collection by supplying a query document containing the fields the desired documents should match. |
tCosmosDBOutput | Inserts, updates, upserts or deletes documents in a Cosmos database collection based on the incoming flow from the preceding component in the Job. |
tCosmosDBRow | Executes the commands of the Cosmos database. |