Kinetica C# API
Version 7.2.3.0
|
A set of string constants for the parameter options. More...
Public Attributes | |
const string | GLOBAL_EXPRESSION = "global_expression" |
An optional global expression to reduce the search space of the predicates listed in expressions. More... | |
const string | BYPASS_SAFETY_CHECKS = "bypass_safety_checks" |
When set to TRUE, all predicates are available for primary key updates. More... | |
const string | TRUE = "true" |
const string | FALSE = "false" |
const string | UPDATE_ON_EXISTING_PK = "update_on_existing_pk" |
Specifies the record collision policy for updating a table with a primary key. More... | |
const string | IGNORE_EXISTING_PK = "ignore_existing_pk" |
Specifies the record collision error-suppression policy for updating a table with a primary key, only used when primary key record collisions are rejected (UPDATE_ON_EXISTING_PK is FALSE). More... | |
const string | UPDATE_PARTITION = "update_partition" |
Force qualifying records to be deleted and reinserted so their partition membership will be reevaluated. More... | |
const string | TRUNCATE_STRINGS = "truncate_strings" |
If set to TRUE, any strings which are too long for their charN string fields will be truncated to fit. More... | |
const string | USE_EXPRESSIONS_IN_NEW_VALUES_MAPS = "use_expressions_in_new_values_maps" |
When set to TRUE, all new values in new_values_maps are considered as expression values. More... | |
const string | RECORD_ID = "record_id" |
ID of a single record to be updated (returned in the call to Kinetica.insertRecords or Kinetica.getRecordsFromCollection). More... | |
A set of string constants for the parameter options.
Optional parameters.
Definition at line 1005 of file UpdateRecords.cs.
const string kinetica.UpdateRecordsRequest< T >.Options.BYPASS_SAFETY_CHECKS = "bypass_safety_checks" |
const string kinetica.UpdateRecordsRequest< T >.Options.FALSE = "false" |
Definition at line 1029 of file UpdateRecords.cs.
const string kinetica.UpdateRecordsRequest< T >.Options.GLOBAL_EXPRESSION = "global_expression" |
An optional global expression to reduce the search space of the predicates listed in expressions.
The default value is ''.
Definition at line 1011 of file UpdateRecords.cs.
const string kinetica.UpdateRecordsRequest< T >.Options.IGNORE_EXISTING_PK = "ignore_existing_pk" |
Specifies the record collision error-suppression policy for updating a table with a primary key, only used when primary key record collisions are rejected (UPDATE_ON_EXISTING_PK is FALSE).
Supported values:
The default value is FALSE.
Definition at line 1078 of file UpdateRecords.cs.
const string kinetica.UpdateRecordsRequest< T >.Options.RECORD_ID = "record_id" |
ID of a single record to be updated (returned in the call to Kinetica.insertRecords or Kinetica.getRecordsFromCollection).
Definition at line 1133 of file UpdateRecords.cs.
const string kinetica.UpdateRecordsRequest< T >.Options.TRUE = "true" |
Definition at line 1028 of file UpdateRecords.cs.
const string kinetica.UpdateRecordsRequest< T >.Options.TRUNCATE_STRINGS = "truncate_strings" |
const string kinetica.UpdateRecordsRequest< T >.Options.UPDATE_ON_EXISTING_PK = "update_on_existing_pk" |
Specifies the record collision policy for updating a table with a primary key.
Supported values:
The default value is FALSE.
Definition at line 1053 of file UpdateRecords.cs.
const string kinetica.UpdateRecordsRequest< T >.Options.UPDATE_PARTITION = "update_partition" |
Force qualifying records to be deleted and reinserted so their partition membership will be reevaluated.
Supported values:
The default value is FALSE.
Definition at line 1093 of file UpdateRecords.cs.
const string kinetica.UpdateRecordsRequest< T >.Options.USE_EXPRESSIONS_IN_NEW_VALUES_MAPS = "use_expressions_in_new_values_maps" |
When set to TRUE, all new values in new_values_maps are considered as expression values.
Supported values:
The default value is FALSE.
Definition at line 1125 of file UpdateRecords.cs.