Expression operations.
Inheritance Hierarchy
Aerospike.ClientExpOperation
Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 5.1.1.0 (5.1.1)
Syntax
C#
public sealed class ExpOperation
The ExpOperation type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | ExpOperation | Initializes a new instance of the ExpOperation class |
Methods
Name | Description | |
---|---|---|
![]() ![]() | 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