I’m creating a container with default options, in a local CosmosDB Emulator, using .NET SDK v3. When looking at container settings, I see Large Partition Keys is enabled:
container settings screenshot
However, from LargePartitionKey Docs, Large Partition Keys should be disabled by default when creating containers through the .NET SDK.
Seems like a differing behavior from Cloud product to Emulator, that is not mentioned in Emulator docs. Can anyone confirm?
David Beyda is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.