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. |
IResultLinkRecord | A new result link record. |
IResultRecordBase | A set of information and functionality that is common to all result records. |
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. |
ITypedSeedRecord | A seed record of a specific type. |
Type Aliases
Type Alias | Description |
---|---|
IResultEntityRecord | A new result entity record. |
ISeededResultEntityRecord | A result entity record that is generated from a seed record. |
ISeededResultLinkRecord | A result link record that is generated from a seed record. |
ISeedProperties | The properties of a seed record. |
LogicalTypeValueTypeMap | A map of logical type to value types for a particular property type. |
PropertyTypeDisplayNames | A utility type that represents the display names of the property types of a particular item type. |
PropertyTypeFromDisplayName | A utility type that represents a property type with a particular display name from a particular item type. |
PropertyValuesFromPossibleValues | A utility type that represents the values from a property type that has possible values. |
RecordProperties | A set of name-value pairs that contain the type names and values for the properties of a record that has a specific type. |
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. |