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: 5.1.1.0 (5.1.1)
Syntax
C#
public static Operation Sort( string binName, ListSortFlags sortFlags, params CTX[] ctx )
Parameters
- binName
- Type: SystemString
server bin name - sortFlags
- Type: Aerospike.ClientListSortFlags
sort flags - ctx
- Type: Aerospike.ClientCTX
optional context path for nested CDT
Return Value
Type: OperationSee Also