transactionBlockListDTO Data Type

Copyright 2015 WANdisco

Namespace
(Default)
Schema
ns0.xsd
Properties
name data type type namespace min/max occurs description
knownTxnSequence long element 1/1  
transactionBlockList list of transactionBlockDTO element 0/unbounded  

Example

<transactionBlockList>
  <transactionBlockList>
    <identity>...</identity>
    <repositoryIdentity>...</repositoryIdentity>
    <repositoryName>...</repositoryName>
    <startOffset>...</startOffset>
    <endOffset>...</endOffset>
    <thresholdLimit>...</thresholdLimit>
    <currentSequence>...</currentSequence>
  </transactionBlockList>
  <knownTxnSequence>...</knownTxnSequence>
</transactionBlockList>