![]() |
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.
|
Task<Database> Cqrs.Azure.DocumentDb.IAzureDocumentDbHelper.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. |
Implemented in Cqrs.Azure.DocumentDb.AzureDocumentDbHelper.