Click or drag to resize

BulkDownloadEventArgs Class

Arguments for an event raised by a bulk downloader (contains the properties of the downloaded document)
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Couchbase.Lite.ReplicatorBulkDownloadEventArgs

Namespace:  Couchbase.Lite.Replicator
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 1.4.1-b107
Syntax
C#
public class BulkDownloadEventArgs : EventArgs

The BulkDownloadEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodBulkDownloadEventArgs
Constructor
Top
Properties
  NameDescription
Public propertyDocumentProperties
Gets the document properties that were received by the downloader
Top
See Also