LiteCore
Couchbase Lite cross-platform core implementation
|
#include <c4ReplicatorTypes.h>
Data Fields | |
C4CollectionSpec | collection |
C4ReplicatorMode | push |
Push mode (from db to remote/other db) | |
C4ReplicatorMode | pull |
Pull mode (from db to remote/other db). | |
C4Slice | optionsDictFleece |
C4ReplicatorValidationFunction | pushFilter |
Callback that can reject outgoing revisions. | |
C4ReplicatorValidationFunction | pullFilter |
Callback that can reject outgoing revisions. | |
void * | callbackContext |
Value to be passed to the callbacks. | |
void* C4ReplicationCollection::callbackContext |
Value to be passed to the callbacks.
C4CollectionSpec C4ReplicationCollection::collection |
C4Slice C4ReplicationCollection::optionsDictFleece |
C4ReplicatorMode C4ReplicationCollection::pull |
Pull mode (from db to remote/other db).
C4ReplicatorValidationFunction C4ReplicationCollection::pullFilter |
Callback that can reject outgoing revisions.
C4ReplicatorMode C4ReplicationCollection::push |
Push mode (from db to remote/other db)
C4ReplicatorValidationFunction C4ReplicationCollection::pushFilter |
Callback that can reject outgoing revisions.