Kinetica C# API  Version 6.0.1.0
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Pages
kinetica.DeleteRecordsRequest.Options Struct Reference

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...
 

Detailed Description

Optional parameters.

  • global_expression An optional global expression to reduce the search space of the .
  • 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.


A set of string constants for the parameter <member name="options">.

Definition at line 46 of file DeleteRecords.cs.

Member Data Documentation

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.


The documentation for this struct was generated from the following file: