CBLDatabaseEndpoint
@interface CBLDatabaseEndpoint : NSObject <CBLEndpoint>
                ENTERPRISE EDITION ONLY.
Database based replication target endpoint. Available in the Enterprise Edition only.
- 
                  
                  
The database object.
Declaration
Objective-C
@property (nonatomic, readonly) CBLDatabase *_Nonnull database; - 
                  
                  
Initializes with the database object.
Declaration
Objective-C
- (nonnull instancetype)initWithDatabase:(nonnull CBLDatabase *)database;Parameters
databaseThe database object.
Return Value
The CBLDatabaseEndpoint object.
 - 
                  
                  
Unavailable
Not available
Declaration
Objective-C
- (nonnull instancetype)init; 
        CBLDatabaseEndpoint Class Reference