Click or drag to resize

ReplicationTransformationFunction Property

Gets or sets the transformation function used on the properties of the documents being replicated

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

Property Value

Type: PropertyTransformationDelegate
See Also