-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
It would be great to execute Cosmos db migrations with console application.
Necessary to provide basic operations:
- On database
- Delete container
- Recreate container with new partition key
- Clone container
- Add indexing policy
- Create container
- Replace indexing policy
- Switch to another container for operations
- On container
- Upsert items
- Remove items by query
- Add property to items on any nesting level
- Remove property from items on any nesting level
- Switch to another container for operations
- Switch to another database and container for operations
Also performed that you could inject any logger from ILogger for RUs cost logs.
Reactions are currently unavailable