acquireBlockDTO Data Type

 * Copyright 2015 WANdisco  

Namespace
(Default)
Schema
ns0.xsd
Properties
name data type type namespace min/max occurs description
blockSize int element 1/1  
identity string element 0/1  
lastSequence long element 1/1  
nodeIdentity string element 0/1  
repositoryIdentity string element 0/1  

Example

<acquireBlock>
  <identity>...</identity>
  <nodeIdentity>...</nodeIdentity>
  <repositoryIdentity>...</repositoryIdentity>
  <lastSequence>...</lastSequence>
  <blockSize>...</blockSize>
</acquireBlock>