DataStreamTemplate
Parent Type
File Suffix and Directory Location
DataStreamTemplate components have the suffix .dataStreamTemplate and are stored in the dataStreamTemplates folder.
Version
DataStreamTemplate components are available in API version 53.0 and later.
Special Access Rules
You need the Salesforce Customize Application permission to access this metadata type.
Fields
Declarative Metadata Sample Definition
The following is an example of a DataStreamTemplate component.
<DataStreamTemplate xmlns="http://soap.sforce.com/2006/04/metadata">
<dataSourceBundleDefinition>b2</dataSourceBundleDefinition>
<dataSourceObject>sd3ds</dataSourceObject>
<masterLabel>b2</masterLabel>
<objectCategory>Profile</objectCategory>
</DataStreamTemplate>
The following is an example package.xml that references the previous definition.
<types>
<members>ssd3s</members>
<name>DataStreamTemplate</name>
</types>
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.