Click or drag to resize

QueryOptionsContentOptions Property

Gets or sets the content options for including document values in the results

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

Property Value

Type: DocumentContentOptions
See Also