Create list sort operation.
Server sorts list according to sortFlags.
Server does not return a result by default.
Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 3.9.16.1 (3.9.16.1)
Syntax
C#
public static Operation Sort( string binName, ListSortFlags sortFlags, params CTX[] ctx )
Parameters
- binName
- Type: SystemString
- sortFlags
- Type: Aerospike.ClientListSortFlags
- ctx
- Type: Aerospike.ClientCTX
Return Value
Type: OperationSee Also