Kinetica C# API
Version 6.1.0.0
|
Optional parameters. More...
Public Attributes | |
const string | GLOBAL_EXPRESSION = "global_expression" |
An optional global expression to reduce the search space of the expressions. More... | |
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<T>(string,long,long,IDictionary<string, string>) with the return_record_ids option. More... | |
Optional parameters.
A set of string constants for the parameter options.
Definition at line 50 of file DeleteRecords.cs.
const string kinetica.DeleteRecordsRequest.Options.GLOBAL_EXPRESSION = "global_expression" |
An optional global expression to reduce the search space of the expressions.
Definition at line 55 of file DeleteRecords.cs.
const string kinetica.DeleteRecordsRequest.Options.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<T>(string,long,long,IDictionary<string, string>) with the return_record_ids option.
Definition at line 63 of file DeleteRecords.cs.