Click or drag to resize

ReplicationFilter Property

Gets or sets the name of an optional filter function to run on the source Database. Only documents for which the function returns true are replicated.

Namespace:  Couchbase.Lite
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 1.4.1-b107
Syntax
C#
public string Filter { get; set; }

Property Value

Type: String
See Also