List storage order.
Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 5.1.1.0 (5.1.1)
Syntax
C#
public enum ListOrder
Members
Member name | Value | Description | |
---|---|---|---|
UNORDERED | 0 | List is not ordered. This is the default. | |
ORDERED | 1 | List is ordered. |
See Also