| 
    Kinetica   C#   API
    Version 7.2.3.0
    
   | 
 
A set of string constants for the parameter options. More...
Public Attributes | |
| const string | BATCH_SIZE = "batch_size" | 
| Batch size, which determines how many rows to export per round trip.  More... | |
| const string | DATASINK_NAME = "datasink_name" | 
| Name of an existing external data sink to which table name specified in table_name will be exported  More... | |
| const string | JDBC_SESSION_INIT_STATEMENT = "jdbc_session_init_statement" | 
| Executes the statement per each JDBC session before doing actual load.  More... | |
| const string | JDBC_CONNECTION_INIT_STATEMENT = "jdbc_connection_init_statement" | 
| Executes the statement once before doing actual load.  More... | |
| const string | REMOTE_TABLE = "remote_table" | 
| Name of the target table to which source table is exported.  More... | |
| const string | USE_ST_GEOMFROM_CASTS = "use_st_geomfrom_casts" | 
| Wraps parameterized variables with st_geomfromtext or st_geomfromwkb based on source column type.  More... | |
| const string | TRUE = "true" | 
| const string | FALSE = "false" | 
| const string | USE_INDEXED_PARAMETERS = "use_indexed_parameters" | 
| Uses $n style syntax when generating insert query for remote_table option.  More... | |
A set of string constants for the parameter options.
Optional parameters.
Definition at line 21 of file ExportRecordsToTable.cs.
| const string kinetica.ExportRecordsToTableRequest.Options.BATCH_SIZE = "batch_size" | 
Batch size, which determines how many rows to export per round trip.
The default value is '200000'.
Definition at line 26 of file ExportRecordsToTable.cs.
| const string kinetica.ExportRecordsToTableRequest.Options.DATASINK_NAME = "datasink_name" | 
Name of an existing external data sink to which table name specified in table_name will be exported
Definition at line 31 of file ExportRecordsToTable.cs.
| const string kinetica.ExportRecordsToTableRequest.Options.FALSE = "false" | 
Definition at line 65 of file ExportRecordsToTable.cs.
| const string kinetica.ExportRecordsToTableRequest.Options.JDBC_CONNECTION_INIT_STATEMENT = "jdbc_connection_init_statement" | 
Executes the statement once before doing actual load.
The default value is ''.
Definition at line 41 of file ExportRecordsToTable.cs.
| const string kinetica.ExportRecordsToTableRequest.Options.JDBC_SESSION_INIT_STATEMENT = "jdbc_session_init_statement" | 
Executes the statement per each JDBC session before doing actual load.
The default value is ''.
Definition at line 36 of file ExportRecordsToTable.cs.
| const string kinetica.ExportRecordsToTableRequest.Options.REMOTE_TABLE = "remote_table" | 
Name of the target table to which source table is exported.
When this option is specified remote_query cannot be specified. The default value is ''.
Definition at line 47 of file ExportRecordsToTable.cs.
| const string kinetica.ExportRecordsToTableRequest.Options.TRUE = "true" | 
Definition at line 64 of file ExportRecordsToTable.cs.
| const string kinetica.ExportRecordsToTableRequest.Options.USE_INDEXED_PARAMETERS = "use_indexed_parameters" | 
Uses $n style syntax when generating insert query for remote_table option.
Supported values:
The default value is FALSE.
Definition at line 80 of file ExportRecordsToTable.cs.
| const string kinetica.ExportRecordsToTableRequest.Options.USE_ST_GEOMFROM_CASTS = "use_st_geomfrom_casts" | 
Wraps parameterized variables with st_geomfromtext or st_geomfromwkb based on source column type.
Supported values:
The default value is FALSE.
Definition at line 62 of file ExportRecordsToTable.cs.