ExpOperationRead Method

Create operation that performs a read expression. Requires server version 5.6.0+.

Definition

Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 7.0.1
C#
public static Operation Read(
	string name,
	Expression exp,
	ExpReadFlags flags
)

Parameters

name  String
Variable name of read expression result. This name can be used as the bin name when retrieving bin results from the record.
exp  Expression
expression to evaluate
flags  ExpReadFlags
expression read flags

Return Value

Operation

See Also