Lightweight summary of an existing RecordGeoCode row, used by bulk lookup to eliminate per-record SQL queries during batch geocoding.
The map is keyed by RecordID|LocationType for O(1) lookup.
RecordID|LocationType
Needed to tell a transient failure from a settled one — see PERMANENT_SKIP_RETRY_COUNT. Without it, a batch caller cannot decide whether a failed row is worth another attempt, and re-attempts every one of them on every pass.
failed
Lightweight summary of an existing RecordGeoCode row, used by bulk lookup to eliminate per-record SQL queries during batch geocoding.
The map is keyed by
RecordID|LocationTypefor O(1) lookup.