Click or drag to resize

QueryPrefetch Property

Gets or sets whether to include the entire Document content with the results. The Documents can be accessed via the QueryRow's documentProperties property.

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

Property Value

Type: Boolean
true if prefetch; otherwise, false.
See Also