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
Hi there! This is definitely a case of hoping I'm wrong, but I can't seem to be able to see what Unique Keys have been defined for a container after the container's been created.
Example:
Create a database called "myDatabse"
Create a container called "myContainer" with a unique key of "/myUniqueKey"
Once "myContainer" is created, I can't seem to view whether "myContainer" has any unique key policies, including that of "/myUniqueKey"
Through the Cosmos DB SDK I can query the container's UniqueKeyPolicy, but that doesn't appear to be possible through the Explorer.
Cheers!
The text was updated successfully, but these errors were encountered:
Hi there! This is definitely a case of hoping I'm wrong, but I can't seem to be able to see what Unique Keys have been defined for a container after the container's been created.
Example:
Through the Cosmos DB SDK I can query the container's UniqueKeyPolicy, but that doesn't appear to be possible through the Explorer.
Cheers!
The text was updated successfully, but these errors were encountered: