ApiIcebergReplicationResult Data Model

Detailed information about an ICEBERG replication job.

Properties
name data type description
numberOfTablesProcessed number
numberOfFilesCopied number
numberOfFilesDeleted number
numberOfManifestsTransformed number
failed boolean
timestamp string
copyMetadataJobDetailsUri string
copyDataJobDetailsUri string
copyDeleteDataJobDetailsUri string
copyMetadataJobId string
copyDataJobId string
copyDeleteDataJobId string

Example

{
  "numberOfTablesProcessed" : 12345,
  "numberOfFilesCopied" : 12345,
  "numberOfFilesDeleted" : 12345,
  "numberOfManifestsTransformed" : 12345,
  "failed" : true,
  "timestamp" : "...",
  "copyMetadataJobDetailsUri" : "...",
  "copyDataJobDetailsUri" : "...",
  "copyDeleteDataJobDetailsUri" : "...",
  "copyMetadataJobId" : "...",
  "copyDataJobId" : "...",
  "copyDeleteDataJobId" : "..."
}