Home > @i2analyze/i2connect > connectors > ISchemas
connectors.ISchemas interface
A container for the schemas that a connector uses.
Signature:
interface ISchemas
Introduced: API version 1.0
Properties
Property | Type | Description |
---|---|---|
connector? | IConnectorSchema | (Optional) Gets the connector schema. |
gateway? | schema.ISchema | (Optional) Gets the gateway schema. |
infoStore? | schema.ISchema | (Optional) Gets the Information Store schema. |