ListOperationGetByValue Method
Create list get by value operation.
Server selects list items identified by value and returns selected data specified by returnType.
Namespace: Aerospike.ClientAssembly: AerospikeClient (in AerospikeClient.dll) Version: 6.0.1
public static Operation GetByValue(
string binName,
Value value,
ListReturnType returnType,
params CTX[] ctx
)
- binName String
-
- value Value
-
- returnType ListReturnType
-
- ctx CTX
-
Operation