here is my scenario,
I have 2 databases
Db1 has many collections but I want to replicate "Products" collection to another database DataStaging_Db1
in RavenDB 3.5 I was able to achieve that by adding a system document
Raven/Replication/Destinations
programatically to RavenDB database DB1 with the following details
Can anyone please point out how I can achieve this in RavenDB 4?
Many Thanks