modifyDataPoolInput
The fields for modifying a Data Pool.
fields
idOrUniqueName required idOrUniqueName
The ID or unique name of the Data Pool to modify.
The ID or unique name input.
If both ID and unique name are provided, the ID will take precedence.
idOrUniqueName.id optional String
The unique identifier of the object.
idOrUniqueName.uniqueName optional String
The unique name of the object.
uniqueName optional String
The Data Pool's new unique name.
description optional String
The Data Pool's new description.
dataRetentionInDays optional Int
The Data Pool's new data retention in days.
syncing optional DataPoolSyncingInput
The Data Pool's new syncing settings.
The fields for modifying the Data Pool syncing.
syncing.interval required DataPoolSyncInterval
The available Data Pool sync intervals. Specify unit of time between attempts to sync data from your data warehouse.
Note that the syncing interval is approximate. For example, setting the syncing interval to
EVERY_1_HOUR
does not mean that syncing will occur exactly on the hour. Instead, the syncing interval starts relative to when the Data Pool goesLIVE
, and Propel will attempt to sync approximately every hour. Additionally, if you pause or resume syncing, this too can shift the syncing interval around.EVERY_1_MINUTE
EVERY_5_MINUTES
EVERY_15_MINUTES
EVERY_30_MINUTES
EVERY_1_HOUR
EVERY_4_HOURS
EVERY_12_HOURS
EVERY_24_HOURS