DataConnectorIngestApi
Parent Type
File Suffix and Directory Location
DataConnectorIngestApi components have the suffix .dataConnectorIngestApi and are stored in the dataConnectorIngestApis folder.
Version
DataConnectorIngestApi components are available in API version 54.0 and later.
Special Access Rules
You must have the CustomizeApplication user permissions to access the DataConnectorIngestApi type.
Fields
Field Name | Description |
---|---|
masterLabel |
|
sourceName |
|
Declarative Metadata Sample Definition
The following is an example of a DataConnectorIngestApi component.
<?xml version="1.0" encoding="UTF-8"?>
<DataConnectorIngestApi xmlns="http://soap.sforce.com/2006/04/metadata">
<sourceName>CONNECTOR NAME</sourceName>
<masterLabel>CONNECTOR NAME</masterLabel>
</DataConnectorIngestApi>
The following is an example package.xml that references the previous definition.
<?xml version="1.0" encoding="UTF-8"?>
<DataConnectorIngestApi xmlns="http://soap.sforce.com/2006/04/metadata">
<sourceName>MyConnector</sourceName>
<masterLabel>MyConnector</masterLabel>
</DataConnectorIngestApi>
Wildcard Support in the Manifest File
This metadata type doesn’t support the wildcard character * (asterisk) in the package.xml manifest file. For information about using the manifest file, see Deploying and Retrieving Metadata with the Zip File.