Click or drag to resize

ManagerOptionsMaxRevsToGetInBulk Property

Note: This API is now obsolete.

Get or sets the max revs to get in a bulk download

Namespace:  Couchbase.Lite
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 1.4.1-b107
Syntax
C#
[ObsoleteAttribute("Moving to the ReplicationOptions class")]
public int MaxRevsToGetInBulk { get; set; }

Property Value

Type: Int32
Max revs to get in bulk download
See Also