pub unsafe extern "C" fn c4repl_setOptions(
repl: *mut C4Replicator,
optionsDictFleece: C4Slice,
)Expand description
Sets the replicator’s options dictionary. The changes will take effect next time the replicator connects. \note This function is thread-safe.