Skip to content

MSA.BuildingBlocks.CosmosDbMigrations package #10

@kanilsz

Description

@kanilsz

It would be great to execute Cosmos db migrations with console application.
Necessary to provide basic operations:

  1. 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
  1. 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.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions