Click or drag to resize

BulkDownloadEventArgsDocumentProperties Property

Gets the document properties that were received by the downloader

Namespace:  Couchbase.Lite.Replicator
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 1.4.1-b107
Syntax
C#
public IDictionary<string, Object> DocumentProperties { get; }

Property Value

Type: IDictionaryString, Object
See Also