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

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"
 

Detailed Description

  • return_record_ids If 'true' then return the internal record ID along with each returned record.

Default is 'false'. Values: true, false.


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

Definition at line 53 of file GetRecordsFromCollection.cs.

Member Data Documentation

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

Definition at line 62 of file GetRecordsFromCollection.cs.

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

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

Default is 'false'. Values: true, false.

Definition at line 60 of file GetRecordsFromCollection.cs.

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

Definition at line 61 of file GetRecordsFromCollection.cs.


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