SyncRunHistorySummary
No description
type SyncRunHistorySummary {
filter_configured: Boolean!
limit_reached: Boolean!
records_discovered: Int!
records_failed: Int!
records_processed: Int!
references_parked: Int!
slice_count: Int!
unresolved_reference_count: Int!
}
Fields
SyncRunHistorySummary.filter_configured ● Boolean! non-null scalar
SyncRunHistorySummary.limit_reached ● Boolean! non-null scalar
SyncRunHistorySummary.records_discovered ● Int! non-null scalar
SyncRunHistorySummary.records_failed ● Int! non-null scalar
SyncRunHistorySummary.records_processed ● Int! non-null scalar
SyncRunHistorySummary.references_parked ● Int! non-null scalar
Reference values deferred to the run-end resolve pass (inbound identity-reference mapping).
SyncRunHistorySummary.slice_count ● Int! non-null scalar
SyncRunHistorySummary.unresolved_reference_count ● Int! non-null scalar
Reference values still unresolved after the run-end pass (referenced record not in feed / ambiguous).
Member Of
SyncRunHistoryRun object