◆ appendRecords() [1/2]
| inline |
Append (or insert) all records from a source table (specified by source_table_name) to a particular target table (specified by table_name).
The field map (specified by field_map) holds the user specified map of target table column names with their mapped source column names.
| request_ | Request object containing the parameters for the operation. |
Definition at line 15332 of file KineticaFunctions.cs.
◆ appendRecords() [2/2]
| inline |
Append (or insert) all records from a source table (specified by source_table_name ) to a particular target table (specified by table_name ).
The field map (specified by field_map ) holds the user specified map of target table column names with their mapped source column names.
| table_name | The table name for the records to be appended, in [schema_name.]table_name format, using standard name resolution rules. Must be an existing table. |
| source_table_name | The source table name to get records from, in [schema_name.]table_name format, using standard name resolution rules. Must be an existing table name. |
| field_map | Contains the mapping of column names from the target table (specified by table_name ) as the keys, and corresponding column names or expressions (e.g., ‘col_name+1’) from the source table (specified by source_table_name ). Must be existing column names in source table and target table, and their types must be matched. For details on using expressions, see Expressions. |
| options | Optional parameters.
|
Definition at line 15647 of file KineticaFunctions.cs.
◆ AppendRecordsAsync() [1/2]
| inline |
Append (or insert) all records from a source table (specified by source_table_name) to a particular target table (specified by table_name).
(async)
The field map (specified by field_map) holds the user specified map of target table column names with their mapped source column names.
| request_ | Request object containing the parameters for the operation. |
| cancellationToken | Cancellation token to cancel the operation. |
Definition at line 15356 of file KineticaFunctions.cs.
◆ AppendRecordsAsync() [2/2]
| inline |
Append (or insert) all records from a source table (specified by source_table_name ) to a particular target table (specified by table_name ).
(async)
The field map (specified by field_map ) holds the user specified map of target table column names with their mapped source column names.
| table_name | The table name for the records to be appended, in [schema_name.]table_name format, using standard name resolution rules. Must be an existing table. |
| source_table_name | The source table name to get records from, in [schema_name.]table_name format, using standard name resolution rules. Must be an existing table name. |
| field_map | Contains the mapping of column names from the target table (specified by table_name ) as the keys, and corresponding column names or expressions (e.g., ‘col_name+1’) from the source table (specified by source_table_name ). Must be existing column names in source table and target table, and their types must be matched. For details on using expressions, see Expressions. |
| options | Optional parameters.
|
| cancellationToken | Cancellation token to cancel the operation. |
Definition at line 15941 of file KineticaFunctions.cs.