LiteCore
Couchbase Lite cross-platform core implementation
Loading...
Searching...
No Matches
Data Fields
C4ReplicationCollection Struct Reference

#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.
 

Field Documentation

◆ callbackContext

void* C4ReplicationCollection::callbackContext

Value to be passed to the callbacks.

◆ collection

C4CollectionSpec C4ReplicationCollection::collection

◆ optionsDictFleece

C4Slice C4ReplicationCollection::optionsDictFleece

◆ pull

C4ReplicatorMode C4ReplicationCollection::pull

Pull mode (from db to remote/other db).

◆ pullFilter

C4ReplicatorValidationFunction C4ReplicationCollection::pullFilter

Callback that can reject outgoing revisions.

◆ push

C4ReplicatorMode C4ReplicationCollection::push

Push mode (from db to remote/other db)

◆ pushFilter

C4ReplicatorValidationFunction C4ReplicationCollection::pushFilter

Callback that can reject outgoing revisions.


The documentation for this struct was generated from the following file: