Kinetica C# API
Version 6.0.1.0
|
Optional parameters. More...
Public Attributes | |
const string | GLOBAL_EXPRESSION = "global_expression" |
An optional global expression to reduce the search space of the <member name="expressions">. More... | |
const string | RECORD_ID = "record_id" |
A record id identifying a single record, obtained at the time of /insert/records or by calling /get/records/fromcollection with the return_record_ids option. More... | |
Optional parameters.
A set of string constants for the parameter <member name="options">.
Definition at line 46 of file DeleteRecords.cs.
const string kinetica.DeleteRecordsRequest.Options.GLOBAL_EXPRESSION = "global_expression" |
An optional global expression to reduce the search space of the <member name="expressions">.
Definition at line 51 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 /insert/records or by calling /get/records/fromcollection with the return_record_ids option.
Definition at line 57 of file DeleteRecords.cs.