This cmdlet is part of a Preview module. Preview versions aren't recommended for use in production environments. For more information, see https://aka.ms/azps-refstatus.
Creates collection setting for migration according for the mongoDb migration
The New-AzDataMigrationMongoDbCollectionSetting cmdlet creates the migration setting object that specifies the throughput and delete behavior.
The output the cmdlet is key value pair with name of the collection, and value of the setting. The output is used in assembling
the database level settings for migration.
The comma separated list of the shard keys. For mongoDb target,
you can specify shard key order of "ShardKeyName:Order",
where order is 1, -1 or empty for hashed, for example "_id,email:-1".
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable,
-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable,
-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see
about_CommonParameters.
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.