The marker repository item stores information about each individual item in the deployment. There are two types of marker item descriptors, repositoryMarker and fileMarker, each of which inherits properties from marker and contains information specific to the type of asset being deployed.

The marker item contains the following properties:

Property

Description

id

The marker ID.

type

Specifies whether this marker handles a repository (0) or file (1) item.

status

Can be PENDING (0), INITIATED (1), ADD_UPDATE_COMMITTED (2), REFERENCES_COMMITTED (3), COMMITTED (4), or FAILURE (5)

index

The index of this marker. All indexes are unique within a deployment. The value is derived from the highWaterMark in the deployment object.

deploymentData

A reference to the marker’s deploymentData object

action

Can be ADD (0), UPDATE (1), or DELETE (2)

deploymentId

The ID of the deployment for which this marker was created.

deploymentData

A reference to the marker’s deploymentData object.

 
loading table of contents...