CTXListRank Method

Aerospike
Lookup list by rank.
  • 0 = smallest value
  • N = Nth smallest value
  • -1 = largest value

Namespace:  Aerospike.Client
Assembly:  AerospikeClient (in AerospikeClient.dll) Version: 5.3.0.0 (5.3.0)
Syntax

C#
public static CTX ListRank(
	int rank
)

Parameters

rank
Type: SystemInt32

Return Value

Type: CTX
See Also

Reference