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

    database

    The database object.

    Return Value

    The CBLDatabaseEndpoint object.

  • Not available

    Declaration

    Objective-C

    - (nonnull instancetype)init;