A set of string constants for the parameter DeleteRecordsRequest.options. More…
Static Public Attributes | |
| const string | GLOBAL_EXPRESSION = “global_expression” |
| An optional global expression to reduce the search space of the DeleteRecordsRequest.expressions. | |
| const string | RECORD_ID = “record_id” |
| A record ID identifying a single record, obtained at the time of insertion of the record or by calling Kinetica.getRecordsFromCollection with the return_record_ids option. | |
| const string | DELETE_ALL_RECORDS = “delete_all_records” |
| If set to TRUE, all records in the table will be deleted. | |
| const string | TRUE = “true” |
| A boolean constant for the DeleteRecordsRequest.Options options. | |
| const string | FALSE = “false” |
| A boolean constant for the DeleteRecordsRequest.Options options. | |
Detailed Description
A set of string constants for the parameter DeleteRecordsRequest.options.
Optional parameters.
Definition at line 30 of file DeleteRecords.cs.
Member Data Documentation
◆ DELETE_ALL_RECORDS
| static |
◆ FALSE
| static |
A boolean constant for the DeleteRecordsRequest.Options options.
Definition at line 76 of file DeleteRecords.cs.
◆ GLOBAL_EXPRESSION
| static |
An optional global expression to reduce the search space of the DeleteRecordsRequest.expressions.
The default value is ”.
Definition at line 35 of file DeleteRecords.cs.
◆ RECORD_ID
| static |
A record ID identifying a single record, obtained at the time of insertion of the record or by calling Kinetica.getRecordsFromCollection with the return_record_ids option.
This option cannot be used to delete records from replicated tables.
Definition at line 45 of file DeleteRecords.cs.
◆ TRUE
| static |
A boolean constant for the DeleteRecordsRequest.Options options.
Definition at line 72 of file DeleteRecords.cs.
The documentation for this struct was generated from the following files:
- _build/public-os_ubuntu24.04-arch_amd64-cc_gcc_13.3.0/install/Kinetica/Protocol/DeleteRecords.cs
- Kinetica/Protocol/DeleteRecords.cs