Create expression that removes list items identified by value range (valueBegin inclusive, valueEnd exclusive).
If valueBegin is null, the range is less than valueEnd. If valueEnd is null, the range is
greater than equal to valueBegin.
Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 5.1.0.0 (5.1.0)
Syntax
C#
public static Exp RemoveByValueRange( Exp valueBegin, Exp valueEnd, Exp bin, params CTX[] ctx )
Parameters
- valueBegin
- Type: Aerospike.ClientExp
- valueEnd
- Type: Aerospike.ClientExp
- bin
- Type: Aerospike.ClientExp
- ctx
- Type: Aerospike.ClientCTX
Return Value
Type: ExpSee Also