Skip to content

Cosmos Database

Matthias edited this page Apr 14, 2020 · 2 revisions

CosmosDB

We moved everything related to CosmosDB to one folder. It can be found here. The folder contains the following:

  • Collection.cs: Stores the name of the collection. Used because there might be more collections in the future.
  • CosmosManager.cs: Helper Class, that allows us to read, update and delete documents.
  • ICosmosManager.cs: The interface for CosmosManager.cs
  • SlackUser.cs: The document representing a slack user.

Clone this wiki locally