Click or drag to resize

ReplicationOptionsMaxRevsToGetInBulk Property

Gets or sets the maximum number of revisions to request in one bulk GET operation. Higher values will result in longer running requests with more data, while lower values will result in a higher number of requests that finish more quickly.

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

Property Value

Type: Int32
See Also