ReplicatorConfiguration
Create a Replicator Configuration
Parameters
target
the target endpoint
Create a Replicator Configuration
Parameters
config
the config to copy
Deprecated
Use ReplicatorConfiguration(Endpoint)
Replace with
ReplicatorConfiguration(target).addCollection(database.defaultCollection, null)
Content copied to clipboard
Create a Replicator Configuration
Parameters
database
the database to be synchronized
target
the endpoint with which to synchronize it
Deprecated
Use ReplicatorConfiguration(Endpoint)
Replace with
ReplicatorConfiguration(target).addCollection(database.defaultCollection, null)
Content copied to clipboard
Deprecated
Use ReplicatorConfiguration(Endpoint)
Replace with
ReplicatorConfiguration(target).addCollection(database.defaultCollection, null)
Content copied to clipboard