Senzing Node.js SDK
    Preparing search index...

    Interface RecordKey

    A record key identifying a specific record by data source and record ID. Used by getVirtualEntity to specify which records to combine.

    interface RecordKey {
        dataSourceCode: string;
        recordId: string;
    }
    Index

    Properties

    dataSourceCode: string
    recordId: string