ExpOperation Class

Expression operations.

Definition

Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 8.0.1+e35566e493546c0887ebb841c8e2a2c6a7cbde18
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