Compartilhar via


2.2.1.2.4 UPDATE_REQUEST_TYPE

The UPDATE_REQUEST_TYPE enumerated type specifies the type of updates being requested when the client calls the RequestUpdates method.

 typedef  enum 
 {
   UPDATE_REQUEST_ALL = 0,
   UPDATE_REQUEST_TOMBSTONES = 1,
   UPDATE_REQUEST_LIVE = 2
 } UPDATE_REQUEST_TYPE;

UPDATE_REQUEST_ALL:  Request all updates that pertain to a version chain vector.

UPDATE_REQUEST_TOMBSTONES:  Request only tombstone updates that pertain to a version chain vector.

UPDATE_REQUEST_LIVE:  Request only non-tombstone updates that pertain to a version chain vector.