MemoryOperation interface
Represents a single memory operation (create, update, or delete) performed on a memory item.
Properties
| kind | The type of memory operation being performed. |
| memory_item | The memory item to create, update, or delete. |
Property Details
kind
The type of memory operation being performed.
kind: MemoryOperationKind
Property Value
memory_item
The memory item to create, update, or delete.
memory_item: MemoryItemUnion