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 SourceDocuments
The new status for the Replicator in question.
Declaration
public IReadOnlyList<ReplicatedDocument> Documents { get; }
Property Value
Type | Description |
---|---|
IReadOnlyList<ReplicatedDocument> |
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 |