TempTableDataset Property
The prefix of the dataset that will contain temporary tables when executing queries with large result sets.
Data Type
StringDefault Value
"_CDataTempTableDataset"Remarks
This option is combined with the region of the datasets being queried, since the adapter may need to create multiple datasets if multipl regions are in use.
For example, the adapter would create a dataset called "_CDataTempTableDataset_US" for queries in the US region and a dataset called "_CDataTempTableDataset_asia_southeast_1" for queries in the Singapore region.