Member Junction
    Preparing search index...

    Interface ExistingGeoCodeInfo

    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.

    interface ExistingGeoCodeInfo {
        ID: string;
        LocationType: string;
        RecordID: string;
        SourceFieldHash: string;
        Status: string;
    }
    Index

    Properties

    ID: string
    LocationType: string
    RecordID: string
    SourceFieldHash: string
    Status: string