module Aerospike::CDT::ListSortFlags

Constants

ASCENDING

Preserve duplicate values when sorting list, and sort in ascending order

DEFAULT

Default behavior

DESCENDING

Sort the contents of the list in descending order.

DROP_DUPLICATES

Drop duplicate values when sorting list.