Class DatabaseEndpoint
A local endpoint which is another database for use with the target of a Replicator
Inheritance
System.Object
DatabaseEndpoint
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Couchbase.Lite.Sync
Assembly: Couchbase.Lite.dll
Syntax
public sealed class DatabaseEndpoint : IEndpoint
Remarks
NOTE: This is an enterprise edition feature
Constructors
| Improve this Doc View SourceDatabaseEndpoint(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 SourceDatabase
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 SourceToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String |
Overrides
System.Object.ToString()