Kinetica C# API
Version 6.2.0.1
|
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'. Supported values:
The default value is FALSE.
The default value is an empty Dictionary. A set of string constants for the parameter options.
Definition at line 80 of file GetRecordsFromCollection.cs.
const string kinetica.GetRecordsFromCollectionRequest.Options.FALSE = "false" |
Definition at line 100 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'. Supported values:
The default value is FALSE.
Definition at line 98 of file GetRecordsFromCollection.cs.
const string kinetica.GetRecordsFromCollectionRequest.Options.TRUE = "true" |
Definition at line 99 of file GetRecordsFromCollection.cs.