Skip to content

Commit

Permalink
Final doco tweak.
Browse files Browse the repository at this point in the history
  • Loading branch information
chullybun committed Oct 3, 2024
1 parent 6fb434f commit d26f54a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/CoreEx.Cosmos/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit d26f54a

Please sign in to comment.