Show / Hide Table of Contents

Class DatabaseEndpoint

A local endpoint which is another database for use with the target of a Replicator

Inheritance
System.Object
DatabaseEndpoint
Implements
IEndpoint
Namespace: Couchbase.Lite.Sync
Assembly: Couchbase.Lite.dll
Syntax
public sealed class DatabaseEndpoint : object, IEndpointInternal, IEndpoint
Remarks

NOTE: This is an enterprise edition feature

Constructors

| Improve this Doc View Source

DatabaseEndpoint(Database)

Constructor creating an endpoint using the given database

Declaration
public DatabaseEndpoint(Database database)
Parameters
Type Name Description
Database database

The database to use in the replication

Remarks

NOTE: This is an enterprise edition feature

Properties

| Improve this Doc View Source

Database

Gets the database used for this endpoint

Declaration
public Database Database { get; }
Property Value
Type Description
Database
Remarks

NOTE: This is an enterprise edition feature

Methods

| Improve this Doc View Source

ToString()

Declaration
public override string ToString()
Returns
Type Description
System.String

Implements

IEndpoint
  • Improve this Doc
  • View Source
Back to top Generated by DocFX