checkpointListDTO Data Type

Need to supply the checkpoints to the client. This class is used for mapping to XML.

Namespace
(Default)
Schema
ns0.xsd
Properties
name data type type namespace min/max occurs description
checkpoint list of consistencyCheckpointDTO element 0/unbounded Get the list of ConsistencyCheckpoints.

Example

<checkpoints>
  <checkpoint>
    <gsn>...</gsn>
    <nodeId>...</nodeId>
    <repoId>...</repoId>
    <hash>...</hash>
  </checkpoint>
</checkpoints>