Interface representing a Data Connect connector configuration.
Signature:
export interface ConnectorConfig
Properties
Property | Type | Description |
---|---|---|
location | string | Location ID of the Data Connect service. |
serviceId | string | Service ID of the Data Connect service. |
ConnectorConfig.location
Location ID of the Data Connect service.
Signature:
location: string;
ConnectorConfig.serviceId
Service ID of the Data Connect service.
Signature:
serviceId: string;