| Event summary |
|---|
| Finished | Sent to the application when an asynchronous activity has finished. |
| Iterator | Represents an iterator that can be used to step through each Row of a Table in turn, making changes or reading data from the row. |
| Row | Represents an ordered and typed set of named fields in a table, with a key that uniquely identifies the row within the table. |
| Schema | Represents the schema for a table in the store, specifying the field names, types, and other behavioural information about the table. |
| Storage | MemoryStore factory interface for creating Store event objects. |
| Store | Represents a store, which is a container for a uniquely named collection of tables. |
| Table | Represents a collection of rows in a store, with a defined schema. |