ExpOperation Class

Expression operations.

Definition

Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 7.0.1
C#
public sealed class ExpOperation
Inheritance
Object    ExpOperation

Constructors

ExpOperationInitializes a new instance of the ExpOperation class

Methods

Read Create operation that performs a read expression. Requires server version 5.6.0+.
Write Create operation that performs an expression that writes to a record bin. Requires server version 5.6.0+.

See Also