You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm attempting to use the library in a Multi Tenant scenario where each tenant connects to their own specific Cosmos DB (#428)
Along with the previous change I did to make ICosmosClientProvider public (#398)
* made ICosmosContainerProvider public
The Default implementation caches containers, I needed a custom implementation to cache these per Tenant
* Repository option
- I made DatanaseId, ContainerId and connection string virtual
Again in my implementation I need these to be tenant specific, making these virtual allows me over replace this with a MultiTenant version on RepositoryOptions
0 commit comments