Click or drag to resize

ReplicatorConfigurationDocumentIDs Property

A set of document IDs to filter by. If not null, only documents with these IDs will be pushed and/or pulled

Namespace:  Couchbase.Lite.Sync
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.1.0-b0232
Syntax
C#
public IList<string> DocumentIDs { get; set; }

Property Value

Type: IListString
See Also