Skip to main content

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

Static Public Attributes

const string RETURN_RECORD_IDS = “return_record_ids”
 If TRUE then return the internal record ID along with each returned record.
 
const string TRUE = “true”
 A boolean constant for the GetRecordsFromCollectionRequest.Options options.
 
const string FALSE = “false”
 A boolean constant for the GetRecordsFromCollectionRequest.Options options.
 
const string EXPRESSION = “expression”
 Filter expression to apply to the table.
 

Detailed Description

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

Definition at line 47 of file GetRecordsFromCollection.cs.

Member Data Documentation

◆ EXPRESSION

const string kinetica.GetRecordsFromCollectionRequest.Options.EXPRESSION = “expression”
static

Filter expression to apply to the table.

The default value is ”.

Definition at line 83 of file GetRecordsFromCollection.cs.

◆ FALSE

const string kinetica.GetRecordsFromCollectionRequest.Options.FALSE = “false”
static

A boolean constant for the GetRecordsFromCollectionRequest.Options options.

Definition at line 79 of file GetRecordsFromCollection.cs.

◆ RETURN_RECORD_IDS

const string kinetica.GetRecordsFromCollectionRequest.Options.RETURN_RECORD_IDS = “return_record_ids”
static

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

Supported values:

The default value is FALSE.

Definition at line 69 of file GetRecordsFromCollection.cs.

◆ TRUE

const string kinetica.GetRecordsFromCollectionRequest.Options.TRUE = “true”
static

A boolean constant for the GetRecordsFromCollectionRequest.Options options.

Definition at line 74 of file GetRecordsFromCollection.cs.


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