memoryGraphDataList element

Type: memoryGraphDataListDTO
Namespace: (default namespace)
XML Schema: ns0.xsd

Example XML

<?xml version="1.0" encoding="UTF-8"?> <memoryGraphDataList> <graphDataList> <nameNodeId>...</nameNodeId> <max>...</max> <current>...</current> <percentage>...</percentage> <zoneId>...</zoneId> </graphDataList> <graphDataList> <!--...--> </graphDataList> <!--...more "graphDataList" elements...--> </memoryGraphDataList>

Example JSON

{ "graphDataList" : [ { "nameNodeId" : "...", "max" : ..., "current" : ..., "percentage" : ..., "zoneId" : "..." }, ... ] }