CBLReplicatorConfiguration class

Constructors

CBLReplicatorConfiguration({required Pointer<CBLDatabase> database, required Pointer<CBLEndpoint> endpoint, required CBLReplicatorType replicatorType, required bool continuous, bool? disableAutoPurge, int? maxAttempts, int? maxAttemptWaitTime, int? heartbeat, Pointer<CBLAuthenticator>? authenticator, CBLProxySettings? proxy, Pointer<FLDict>? headers, Data? pinnedServerCertificate, Data? trustedRootCertificates, Pointer<FLArray>? channels, Pointer<FLArray>? documentIDs, Pointer<CBLDartAsyncCallback>? pushFilter, Pointer<CBLDartAsyncCallback>? pullFilter, Pointer<CBLDartAsyncCallback>? conflictResolver})

Properties

authenticator Pointer<CBLAuthenticator>?
final
channels Pointer<FLArray>?
final
conflictResolver Pointer<CBLDartAsyncCallback>?
final
continuous bool
final
database Pointer<CBLDatabase>
final
disableAutoPurge bool?
final
documentIDs Pointer<FLArray>?
final
endpoint Pointer<CBLEndpoint>
final
hashCode int
The hash code for this object.
no setterinherited
headers Pointer<FLDict>?
final
heartbeat int?
final
maxAttempts int?
final
maxAttemptWaitTime int?
final
pinnedServerCertificate Data?
final
proxy CBLProxySettings?
final
pullFilter Pointer<CBLDartAsyncCallback>?
final
pushFilter Pointer<CBLDartAsyncCallback>?
final
replicatorType CBLReplicatorType
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
trustedRootCertificates Data?
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited