Newer Version Available
DataStreamDefinition
File Suffix and Directory Location
DataStreamDefinition components have the suffix dataStreamDefinition and are stored in the dataStreamDefinitions folder.
Version
DataStreamDefinition components are available in API version 50.0 and later.
Special Access Rules
You need the Salesforce CustomizeApplication permission to access this object.
Fields
| Field Name | Field Type | Description |
|---|---|---|
| areHeadersIncludedInFile | boolean | Optional. If true, headers are included in file if this is a single file stream. |
| definitionCreationType | string | Required. Enum tracks the source of an object or field creation.
Valid values include:
|
| dataConnector | string | Optional. Describe whether this data stream definition was created by a customer or by an internal system. |
| dataConnectorType | DataConnectorType | Required. The type of source from where the data is being ingested (MC, S3, or file upload). |
| dataExtractField | string | Optional: Name of the transport field that is to be used when the Extract Method is CDC. |
| dataExtractMethods | DataImportDataExtractMethods | Optional. Describe how to identify the data to be extracted. FULL_REFRESH, NUMERIC_CDC, or DATETIME_CDC |
| dataPlatDataSetBundle | string | Optional. Allows easy identification of which Data Set Bundle this was created from. Useful in cases where the same item can be configured across Data Connections. |
| dataPlatformDataSet | string | Optional. The description is provided by the developer. |
| dataPlatformDataSetItemName | string | Optional. Name of the Data Platform Set Item. |
| dataSource | string | Required: Reference to the Data Source from which the data originated, such as the name of a CRM Org. Example: MC Enterprise. |
| description | string | Required. A description of the Data Stream Definition. |
| isLimitedToNewFiles | boolean | Optional. If true, file retrieval is limited to new files. |
| isMissingFileFailure | boolean | Optional. If true, treat the case of missing files as a failure. |
| masterLabel | string | Required. UI label for this Data Stream Definition. |
| mktDataLakeObject | string | Required. Reference to the Landing Entity (target) where data will be stored. |