Kinetica C# API  Version 6.1.0.0
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 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...
 

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

Definition at line 50 of file DeleteRecords.cs.

Member Data Documentation

◆ GLOBAL_EXPRESSION

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.

◆ RECORD_ID

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.


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