i2 Connect SDK
Search results for

    Show/hide table of contents

    Home > @i2analyze/i2connect > spi > EntityDataIdentifier

    spi.EntityDataIdentifier type

    The identifier of the data for a record in its source.

    If the record was a seed in the request, then this contains the seed identifier in string form. If the record is from the Information Store, then this contains the record identifier. Alternatively, the value can be a source identifier.

    Signature:

    export type EntityDataIdentifier = string | EntityDataIdentifierSourceId | InfoStoreIdentifier;
    

    References: EntityDataIdentifierSourceId, InfoStoreIdentifier

    In this article
    Back to top © N. Harris Computer Corporation