Create expression that removes "count" list items starting at specified rank.
Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 5.3.2.0 (5.3.2)
Syntax
C#
public static Exp RemoveByRankRange( Exp rank, Exp count, Exp bin, params CTX[] ctx )
Parameters
- rank
- Type: Aerospike.ClientExp
- count
- Type: Aerospike.ClientExp
- bin
- Type: Aerospike.ClientExp
- ctx
- Type: Aerospike.ClientCTX
Return Value
Type: ExpSee Also