Home > @i2analyze/notebook-sdk > records > ISourceIdentifier
records.ISourceIdentifier interface
A source identifier for a record.
Signature:
interface ISourceIdentifier
Introduced: version 1.0
Remarks
A source identifier contains information that can locate data from which the record was derived in its original source.
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| key | readonly |
string[] | Gets the values that make up the source identifier key. |
| type | readonly |
string | Gets the type of the source identifier. |