Click or drag to resize

BulkDownloadEventArgs Constructor

Constructor

Namespace:  Couchbase.Lite.Replicator
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 1.4.1-b107
Syntax
C#
public BulkDownloadEventArgs(
	IDictionary<string, Object> props
)

Parameters

props
Type: System.Collections.GenericIDictionaryString, Object
The document properties received by the downloader
See Also