Gets or sets whether the rows be returned in descending key order.
Default value is false.
Namespace:
Couchbase.Lite
Assembly:
Couchbase.Lite (in Couchbase.Lite.dll) Version: 1.4.1-b107
Syntax public bool Descending { get; set; }
Property Value
Type:
Booleantrue if descending; otherwise,
false.
See Also