The Operation type exposes the following members.
Back to Top
Methods
Name | Description | |
---|---|---|
![]() ![]() | Add |
Create integer add database operation.
|
![]() ![]() | Append |
Create string append database operation.
|
![]() ![]() | Delete |
Create delete record database operation.
|
![]() ![]() | Get |
Create read all record bins database operation.
|
![]() ![]() | Get(String) |
Create read bin database operation.
|
![]() ![]() | GetHeader |
Create read record header database operation.
|
![]() ![]() | Prepend |
Create string prepend database operation.
|
![]() ![]() | Put |
Create set database operation.
|
![]() ![]() | Touch |
Create touch record database operation.
|
See Also