Details
-
Improvement
-
Resolution: Unresolved
-
Major
-
3.1.0, Beryllium
-
.NET, C, iOS, Java, Java-Android
-
Security Level: Public
-
0
Description
The ReplicatorConfiguration's constructor with the Database object and the database property are deprecated. Use ReplicatorConfiguration(Endpoint endpoint) with addCollection(Collection collection) and the collections property instead.
Deprecated API
Java / Android
- ReplicatorConfiguration(@NonNull Database database, @NonNull Endpoint target)
- final Database getDatabase()
Swift
- init(database: Database, target: Endpoint)
- var database: Database
Objective-C (CBLReplicatorConfiguration)
- init(database: Database, target: Endpoint)
- @property (nonatomic, readonly) CBLDatabase* database
.NET
- ReplicatorConfiguration([NotNull] Database database, [NotNull] IEndpoint target)
- Database Database
C (CBLReplicatorConfiguration)
- CBLDatabase* _cbl_nullable database;