Kinetica   C#   API  Version 7.2.3.0
kinetica.GetRecordsFromCollectionRequest.Options Struct Reference

A set of string constants for the parameter options. More...

Public Attributes

const string RETURN_RECORD_IDS = "return_record_ids"
 If TRUE then return the internal record ID along with each returned record. More...
 
const string TRUE = "true"
 
const string FALSE = "false"
 
const string EXPRESSION = "expression"
 Optional filter expression to apply to the table. More...
 

Detailed Description

A set of string constants for the parameter options.

Definition at line 38 of file GetRecordsFromCollection.cs.

Member Data Documentation

◆ EXPRESSION

const string kinetica.GetRecordsFromCollectionRequest.Options.EXPRESSION = "expression"

Optional filter expression to apply to the table.

The default value is ''.

Definition at line 61 of file GetRecordsFromCollection.cs.

◆ FALSE

const string kinetica.GetRecordsFromCollectionRequest.Options.FALSE = "false"

Definition at line 56 of file GetRecordsFromCollection.cs.

◆ RETURN_RECORD_IDS

const string kinetica.GetRecordsFromCollectionRequest.Options.RETURN_RECORD_IDS = "return_record_ids"

If TRUE then return the internal record ID along with each returned record.

Supported values:

The default value is FALSE.

Definition at line 53 of file GetRecordsFromCollection.cs.

◆ TRUE

const string kinetica.GetRecordsFromCollectionRequest.Options.TRUE = "true"

Definition at line 55 of file GetRecordsFromCollection.cs.


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