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. |
Prepend(WritePolicy, WriteListener, Key, Bin) |
Not supported in proxy client
Obsolete. |
Prepend(WritePolicy, CancellationToken, Key, Bin) |
Asynchronously 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. |