From d26f54af1662829974717993089112bfd6125d33 Mon Sep 17 00:00:00 2001 From: Eric Sibly Date: Thu, 3 Oct 2024 14:21:39 -0700 Subject: [PATCH] Final doco tweak. --- src/CoreEx.Cosmos/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/CoreEx.Cosmos/README.md b/src/CoreEx.Cosmos/README.md index 1fe48fd2..f79f80c8 100644 --- a/src/CoreEx.Cosmos/README.md +++ b/src/CoreEx.Cosmos/README.md @@ -72,8 +72,8 @@ A Cosmos DB Container is encapsulated within one of the following _CoreEx_ capab Type | Container Pattern | Document Pattern | [`IMapper`](../CoreEx/Mapping/IMapper.cs) support -|-|-|- [`CosmosDbContainer`](CosmosDbContainer.cs) | Entity | Untyped | Yes -[`CosmosDbValueContainer`](CosmosDbValueContainer.cs) | Entity | Typed | No -[`CosmosDbModelContainer`](Model/CosmosDbModelContainer.cs) | Model | Untyped | Yes +[`CosmosDbValueContainer`](CosmosDbValueContainer.cs) | Entity | Typed | Yes +[`CosmosDbModelContainer`](Model/CosmosDbModelContainer.cs) | Model | Untyped | No [`CosmosDbValueModelContainer`](Model/CosmosDbValueModelContainer.cs) | Model | Typed | No Where more advanced CosmosDB capabilities are required, for example, Partitioning, etc., then the [`CosmosDbArgs`](./CosmosDbArgs.cs) enables the configuration of these capabilities, as well as other extended _CoreEx_ capabilities such as multi-tenancy support.