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