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