![]() |
CQRS.NET
4.0
A lightweight enterprise Function as a Service (FaaS) framework to write function based serverless and micro-service applications in hybrid multi-datacentre, on-premise and Azure environments.
|
| async Task<Database> Cqrs.Azure.DocumentDb.AzureDocumentDbHelper.CreateOrReadDatabase | ( | DocumentClient | client, |
| string | databaseName | ||
| ) |
Gets a Database creating one if it doesn't already exist.
| client | The DocumentClient to use. |
| databaseName | The name of the database to get. |
Implements Cqrs.Azure.DocumentDb.IAzureDocumentDbHelper.