Gets or sets the keys of the values to return.
A null value has no effect.
Namespace:
Couchbase.Lite
Assembly:
Couchbase.Lite (in Couchbase.Lite.dll) Version: 1.4.1-b107
Syntax public IEnumerable<Object> Keys { get; set; }
Property Value
Type:
IEnumerableObjectThe keys of the values to return.
See Also