consistencyCheckResultUIDTO element

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

Example XML

<?xml version="1.0" encoding="UTF-8"?> <consistencyCheckResultUIDTO> <path>...</path> <taskId>...</taskId> <lastCheck>...</lastCheck> <nextCheck>...</nextCheck> <state>...</state> <inconsistencies> <differences> <entry> <key>...</key> <value> <zone>...</zone> <length>...</length> <directory>...</directory> <owner>...</owner> <group>...</group> <permission>...</permission> </value> </entry> <entry> <key> <!--(another 'string' type)--> </key> <value> <!--(another 'differenceUIDTO' type)--> </value> </entry> <!--...more entries...--> </differences> <uri>...</uri> </inconsistencies> <inconsistencies> <!--...--> </inconsistencies> <!--...more "inconsistencies" elements...--> <zones>...</zones> <zones>...</zones> <!--...more "zones" elements...--> <zoneBulkOutcome> <entry> <key>...</key> <value> <filesAdded>...</filesAdded> <filesRemoved>...</filesRemoved> <propertiesAltered>...</propertiesAltered> <noChanges>...</noChanges> <overwritten>...</overwritten> </value> </entry> <entry> <key> <!--(another 'string' type)--> </key> <value> <!--(another 'bulkOutcomeUIDTO' type)--> </value> </entry> <!--...more entries...--> </zoneBulkOutcome> </consistencyCheckResultUIDTO>

Example JSON

{ "path" : "...", "taskId" : "...", "lastCheck" : ..., "nextCheck" : ..., "state" : "...", "inconsistencies" : [ { "differences" : { "..." : { "zone" : "...", "length" : ..., "directory" : false, "owner" : "...", "group" : "...", "permission" : "..." }, "---" : ... }, "uri" : "..." }, ... ], "zones" : [ "...", ... ], "zoneBulkOutcome" : { "..." : { "filesAdded" : ..., "filesRemoved" : ..., "propertiesAltered" : ..., "noChanges" : ..., "overwritten" : ... }, "---" : ... } }