Open mumby0168 opened 3 years ago
Is there any existing test I can look at?
Is there any existing test I can look at?
Hi the best place to start is the link on the issue other than that I would look at the ContainerItemBuilder implementation and the tests for that 😃
When using the
ContainerPerItemType
setting it is possible that a consumer would want to be able to setup the container to have a indexing policy.The library should be able to expose this configuration see this link for information on how the cosmos SDK exposes this.
https://docs.microsoft.com/en-us/azure/cosmos-db/sql/performance-tips-dotnet-sdk-v3-sql#indexing-policy
We could add this on top of our
ContainerBuilder
for a specific item.