Create expression that sorts list according to sortFlags.
Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 5.1.1.0 (5.1.1)
Syntax
C#
public static Exp Sort( int sortFlags, Exp bin, params CTX[] ctx )
Parameters
- sortFlags
- Type: SystemInt32
sort flags. See ListSortFlags. - bin
- Type: Aerospike.ClientExp
bin or list value expression - ctx
- Type: Aerospike.ClientCTX
optional context path for nested CDT
Return Value
Type: ExpSee Also