◆ exportRecordsToTable() [1/2]
| inline |
Exports records from source table to the specified target table in an external database.
Parameters
| request_ | Request object containing the parameters for the operation. |
Returns
Response object containing the result of the operation.
Definition at line 36000 of file KineticaFunctions.cs.
◆ exportRecordsToTable() [2/2]
| inline |
Exports records from source table to the specified target table in an external database.
Parameters
| table_name | Name of the table from which the data will be exported to remote database, in [schema_name.]table_name format, using standard name resolution rules. |
| remote_query | Parameterized insert query to export gpudb table data into remote database. The default value is ”. |
| options | Optional parameters.
|
Returns
Response object containing the result of the operation.
Definition at line 36124 of file KineticaFunctions.cs.
◆ ExportRecordsToTableAsync() [1/2]
| inline |
Exports records from source table to the specified target table in an external database.
(async)
Parameters
| request_ | Request object containing the parameters for the operation. |
| cancellationToken | Cancellation token to cancel the operation. |
Returns
Task that returns the response object containing the result of the operation.
Definition at line 36016 of file KineticaFunctions.cs.
◆ ExportRecordsToTableAsync() [2/2]
| inline |
Exports records from source table to the specified target table in an external database.
(async)
Parameters
| table_name | Name of the table from which the data will be exported to remote database, in [schema_name.]table_name format, using standard name resolution rules. |
| remote_query | Parameterized insert query to export gpudb table data into remote database. The default value is ”. |
| options | Optional parameters.
|
| cancellationToken | Cancellation token to cancel the operation. |
Returns
Task that returns the response object containing the result of the operation.
Definition at line 36235 of file KineticaFunctions.cs.