Home > @i2analyze/i2connect > connectors > IConnectorConfig
connectors.IConnectorConfig interface
A collection of properties that provide the name and configuration for a connector.
Signature:
interface IConnectorConfig
Introduced: API version 1.0
Properties
Property | Type | Description |
---|---|---|
hasPersistentResultIds? | boolean | (Optional) Indicates whether the identifiers of result records are persistent from one query to the next. |
linkDirection? | data.LinkDirection | (Optional) Gets the link direction that applies to all data from the connector, unless overridden by a service. |
schemas? | ISchemas | (Optional) Gets the schemas that define the types of records that appear in results from the connector. |
timeZoneId? | string | (Optional) Gets the identifier of the time zone that applies to all data from the connector, unless overridden by a service. |