Cosmos DB Connector
Documentation
Version: 2
Documentation

EndPoint Get All Documents for a Table


Name

get_documents

Description

Gets all documents for a Table. [API reference]

Parameters

Parameter Label Required Options Description
Table Table Name (Case-Sensitive) YES
Database Database Name (keep blank to use default) Case-Sensitive NO Leave blank to use default DB set on connection screen
MaxItemCount Max Rows Per Page (Adjust for Speed) NO An integer indicating the maximum number of items to be returned per page.

Output Columns

Label Data Type (SSIS) Data Type (SQL) Length Raw Description
There are no Static columns defined for this endpoint. This endpoint detects columns dynamically at runtime.

Input Columns

Label Data Type (SSIS) Data Type (SQL) Length Raw Description
There are no Static columns defined for this endpoint. This endpoint detects columns dynamically at runtime.

Examples

SSIS

Use Cosmos DB Connector in API Source component to read data or in API Destination component to read/write data:

Get All Documents for a Table using API Source

Cosmos DB
Get All Documents for a Table
SSIS API Source - Read from table or endpoint

Get All Documents for a Table using API Destination

Cosmos DB
Get All Documents for a Table
SSIS API Destination - Access table or endpoint