consistencyCheckpointDTO Data Type

Namespace
(Default)
Schema
ns0.xsd
Properties
name data type type namespace min/max occurs description
gsn long element 0/1 Get the GSN when the checkpoint was taken.
hash string element 0/1 The hash of the repo. A SHA1, or an error string.
nodeId string element 0/1 Get the nodeId the checkpoint was taken on.
repoId string element 0/1 Get the repo that the checkpoint is for.

Example

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