LiteCore
Couchbase Lite cross-platform core implementation
|
Parameters describing a replication, used when creating a C4Replicator. More...
#include <c4ReplicatorTypes.h>
Data Fields | |
C4Slice | optionsDictFleece |
Optional Fleece-encoded dictionary of optional parameters. | |
C4ReplicatorStatusChangedCallback | onStatusChanged |
Callback to be invoked when replicator's status changes. | |
C4ReplicatorDocumentsEndedCallback | onDocumentsEnded |
Callback notifying status of individual documents. | |
C4ReplicatorBlobProgressCallback | onBlobProgress |
Callback notifying blob progress. | |
C4ReplicatorPropertyEncryptionCallback | propertyEncryptor |
C4ReplicatorPropertyDecryptionCallback | propertyDecryptor |
void * | callbackContext |
Value to be passed to the callbacks. | |
const C4SocketFactory * | socketFactory |
Custom C4SocketFactory, if not NULL. | |
C4ReplicationCollection * | collections |
size_t | collectionCount |
Parameters describing a replication, used when creating a C4Replicator.
void* C4ReplicatorParameters::callbackContext |
Value to be passed to the callbacks.
size_t C4ReplicatorParameters::collectionCount |
C4ReplicationCollection* C4ReplicatorParameters::collections |
C4ReplicatorBlobProgressCallback C4ReplicatorParameters::onBlobProgress |
Callback notifying blob progress.
C4ReplicatorDocumentsEndedCallback C4ReplicatorParameters::onDocumentsEnded |
Callback notifying status of individual documents.
C4ReplicatorStatusChangedCallback C4ReplicatorParameters::onStatusChanged |
Callback to be invoked when replicator's status changes.
C4Slice C4ReplicatorParameters::optionsDictFleece |
Optional Fleece-encoded dictionary of optional parameters.
C4ReplicatorPropertyDecryptionCallback C4ReplicatorParameters::propertyDecryptor |
C4ReplicatorPropertyEncryptionCallback C4ReplicatorParameters::propertyEncryptor |
const C4SocketFactory* C4ReplicatorParameters::socketFactory |
Custom C4SocketFactory, if not NULL.