Home > @i2analyze/i2connect > records
records namespace
The members of the records namespace provide access to the contents of seed and result records in an i2 Connect service.
Signature:
export declare namespace records
Introduced: API version 1.0
Interfaces
| Interface | Description |
|---|---|
| IConnectorKey | A key from a source identifier of a record that was returned by the current connector. |
| IRecordProperties | A set of properties in a result record. |
| IResultEntityRecord | A new result entity record. |
| IResultLinkRecord | A new result link record. |
| IResultRecordBase | A set of information and functionality that is common to all result records. |
| ISeededResultEntityRecord | A result entity record that is generated from a seed record. |
| ISeededResultLinkRecord | A result link record that is generated from a seed record. |
| ISeededResultRecordBase | A set of information and functionality that is common to all result records that are generated from seed records. |
| ISeedEntityRecord | A seed entity record. |
| ISeedLinkRecord | A seed link record. |
| ISeedRecordBase | A set of information and functionality that is common to all seed records. |
| ISourceIdentifier | A source identifier for a record. |
| ISourceReference | A source reference for a record. |
| ITypedSeededResultRecord | A result record of a specific type that is generated from a seed record. |
| ITypedSeedEntityRecord | A seed record of a specific entity type. |
| ITypedSeedLinkRecord | A seed record of a specific link type. |
| ITypedSeedRecord | A seed record of a specific type. |
Type Aliases
| Type Alias | Description |
|---|---|
| IResultLinkRecordEnd | A record that can be a link end for a records.IResultLinkRecord. |
| ResultRecordId | The identifier of a newly created result record. |
| ResultRecordIdType | The type of an identifier for a newly created result record. |
| SeedId | The identifier of a seed record. |