Checkpoint

Class that represents a Repository Checkpoint.



Attributes Summary
name : StringName of the Checkpoint.
description : StringDescription of the Checkpoint.
type : CheckpointTypeCheckpoint Type: Delta or Full.
sequence : StringSequence Number of the Checkpoint.
docCount : intNumber of Documents contained in the Checkpoint.
checkpointDocuments : CheckpointDocument *  

Attribute Details

name    -    Name of the Checkpoint.
     data type:  String
     default Value:   unspecified



description    -    Description of the Checkpoint.
     data type:  String
     default Value:   unspecified



type    -    Checkpoint Type: Delta or Full.
     data type: CheckpointType
     default Value:   unspecified
     Allowed Values:  DELTA   FULL  



sequence    -    Sequence Number of the Checkpoint. This should be unique.
     data type:  String
     default Value:   unspecified



docCount    -    Number of Documents contained in the Checkpoint.
     data type:  int
     default Value:   unspecified



checkpointDocuments    -     
     data type: CheckpointDocument*


Copyright IBM Corp. 1996-2005