Overload List
Name | Description | |
---|---|---|
![]() | Prepend(WritePolicy, Key, Bin ) |
Prepend bin string values to existing record bin values.
The policy specifies the transaction timeout, record expiration and how the transaction is
handled when the record already exists.
This call works only for string values.
(Inherited from IAerospikeClient.) |
![]() | Prepend(WritePolicy, CancellationToken, Key, Bin ) |
Asynchronously prepend bin string values to existing record bin values.
Create listener, call asynchronous prepend and return task monitor.
The policy specifies the transaction timeout, record expiration and how the transaction is handled when the record already exists. This call works only for string values. |
See Also