The following tables list the members exposed by INodeStorage.
Name | Description | |
---|---|---|
Create | Creates a node handle that will represent a new node instance | |
Destroy | Destroys the node that was formally stored by the specified handle | |
OpenRoot | Returns an immutable handle to the root node, sets isNew to true if no data exists | |
Reset | Destroys the entire contents of the storage system except for the root handle which remains valid | |
TryGetNode<TNode> | Retrieves a single node from storage | |
Update<TNode> | Updates the node of the specified handle with the instance given |