Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.
Replicated Dataset Input
An Analytics replicated dataset, also know as a connected object.
Properties
| Property Name | Type | Description | Required or Optional | Available Version |
|---|---|---|---|---|
| advancedProperties | AdvancedPropertyValueInput | The user-specified advanced properties associated with this connected object. | Optional | 44.0 |
| connectionMode | ConnectWaveConnectionModeEnum | The connection mode for data sync. For faster extracts, use Incremental or PeriodicFull. Valid values are:
|
Optional | 46.0 |
| connectorId | String | The id of the Analytics connector used to sync this connected object. | Required | 39.0 |
| parquetOutputEnabled | Boolean | Indicates whether to provide output in parquet format (true) or not (false). | Optional | 60.0 |
| fullRefresh | Boolean | Indicates whether to perform a one-time full refresh during the next run (true) as opposed to an incremental refresh (false). | Optional | 41.0 |
| passThroughFilter | String | The pass through filter for the connected object | Optional | 38.0 |
| sourceObjectName | String | The name of the source object to be synced. | Required | 37.0 |