Advanced Property | Description |
---|---|
Start Date | Start date and time to capture the changed data. Use the following format: YYYY-MM-DD'T'hh:mm:ss.SSSSZ. To specify the last date or the last date and time when the task ran successfully, enter the $LastRunDate or $LastRunTime data filter variables. To perform a full read, do not use the Start Date and End Date properties. |
End Date | End date and time to capture the changed data. Use the following format: YYYY-MM-DD'T'hh:mm:ss.SSSSZ. To specify the last date or the last date and time when the task ran successfully, enter the $LastRunDate or $LastRunTime data filter variables. To perform a full read, do not use the Start Date and End Date properties. |
Page Size | Page size used to get data from a source. Default is 100 rows. |
Get Deleted | Includes records that were deleted between the start date and end date for changed data capture. |
Concurrent Threads | Number of concurrent threads. To run a data synchronization task that uses concurrent threads instead of sequential threads, specify the number of concurrent threads allowed. To use concurrent threads for data synchronization tasks, your NetSuite account must be concurrency-enabled. To optimize performance results with concurrent threads, your administrator might need to adjust the heap size. For example, a heap size of 512 MB for 10 threads might optimize performance results. Note: You cannot use a saved search as a source object in a data synchronization task that uses concurrent threads. |
Maximum Number of Records to Be Read | Maximum number of records read from the source. For example, a value of 100 means that the agent reads 100 records from the source. The default value is 0, which means the agent reads all records. |
Advanced Property | Description |
---|---|
Replace All | Removes existing data from the child object before writing new data to the target. |
Batch Size | Number of rows that Informatica Cloud writes in a batch to the target. When batch size is 0, Informatica Cloud writes data to the target one row at a time. When batch size is greater than 0, Informatica Cloud writes data to the target in batches of the specified size. |
Success File | Name of the file that contains rows successfully written to the target. Informatica Cloud writes success files to the following directory: <Secure Agent installation directory>/main/rdtmDir/success |
Reject File | Name of the file that contains rows that were not written to the target. Informatica Cloud writes reject files to the following directory: <Secure Agent installation directory>/main/rdtmDir/error |
Concurrent Threads | Number of concurrent threads. To run a data synchronization task that uses concurrent threads instead of sequential threads, specify the number of concurrent threads allowed. To use concurrent threads for data synchronization tasks, your NetSuite account must be concurrency-enabled. To optimize performance results with concurrent threads, your administrator might need to adjust the heap size. For example, a heap size of 512 MB for 10 threads might optimize performance results. |