A hierarchy of dictionary objects that store hierarchy-type and value-type cluster properties. More...
Public Types | |
enum class | ActionTypes : byte { UNKNOWN , GET , SET , DELETE } |
Types of actions to perform on cluster properties. Used by the property event handlers. More... | |
enum class | ReadCache : byte { CACHE = 0 , STORE = 1 , HIT = 2 } |
Read cache enum. More... | |
enum class | WriteCache : byte { CACHE = 0 , STORE = 1 } |
Write cache enum. More... | |
enum class | DeleteCache : byte { CACHE = 0 , STORE = 1 } |
Delete cache enum. More... | |
A hierarchy of dictionary objects that store hierarchy-type and value-type cluster properties.
Properties can be accessed from any level of the property hierarchy by providing a path (a list of keys joined by the path separator '.')
|
strong |
|
strong |
|
strong |
|
strong |