Azure DocumentDB
From DreamFactory
Azure DocumentDB is one of the NoSQL databases that comes with DreamFactory OpenSource. The DocumentDB service type can connect to your Azure DocumentDB server.
Common Feature Exceptions
- DocumentDB supports filtering in SQL query. Therefore, DreamFactory also supports that using the filter parameter like a SQL DB service.
- DocumentDB does not support 'OFFSET' in SQL query. Therefore, it not supported in DreamFactory at this point.
Configuration
- URL - String. Required. Your Azure DocumentDB endpoint.
- Key - String. Required. Your Azure DocumentDB key.
- Database - String. Required. Your Azure DocumentDB database to use for this service.