ApiHive3ReplicationMetricsStage Data Model

Properties
name data type description
name string
status ApiHive3ReplicationMetricsStatus
startDate string
endDate string
metrics array of ApiHive3ReplicationMetric
errorLogPath string

Example

{
  "name" : "...",
  "status" : "IN_PROGRESS",
  "startDate" : "...",
  "endDate" : "...",
  "metrics" : [ {
    "name" : "...",
    "currentCount" : 12345,
    "totalCount" : 12345
  }, {
    "name" : "...",
    "currentCount" : 12345,
    "totalCount" : 12345
  } ],
  "errorLogPath" : "..."
}