The Operation type exposes the following members.
Back to Top
Back to Top
Back to Top
Constructors
| Name | Description | |
|---|---|---|
| Operation | Initializes a new instance of the Operation class |
Methods
| Name | Description | |
|---|---|---|
| Add |
Create integer add database operation.
| |
| Append |
Create string append 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 database operation.
|
Fields
| Name | Description | |
|---|---|---|
| binName |
Optional bin name used in operation.
| |
| type |
Type of operation.
| |
| value |
Optional argument to operation.
|
See Also