Show / Hide Table of Contents

Class DocumentReplicationEventArgs

Event arguments for the AddDocumentReplicationListener(EventHandler<DocumentReplicationEventArgs>) event

Inheritance
System.Object
DocumentReplicationEventArgs
Namespace: Couchbase.Lite.Sync
Assembly: Couchbase.Lite.dll
Syntax
public sealed class DocumentReplicationEventArgs : EventArgs

Properties

| Improve this Doc View Source

Documents

The new status for the Replicator in question.

Declaration
public IReadOnlyList<ReplicatedDocument> Documents { get; }
Property Value
Type Description
IReadOnlyList<ReplicatedDocument>
| Improve this Doc View Source

IsPush

Gets whether or not the replicated document was in a push replication (false means pull)

Declaration
public bool IsPush { get; }
Property Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
Back to top Generated by DocFX