Kinetica C# API
Version 7.1.10.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" |
const string | EXPRESSION = "expression" |
Optional filter expression to apply to the table. More... | |
Supported values:
The default value is FALSE. EXPRESSION: Optional filter expression to apply to the table. The default value is ''.
The default value is an empty Dictionary. A set of string constants for the parameter options.
Definition at line 90 of file GetRecordsFromCollection.cs.
const string kinetica.GetRecordsFromCollectionRequest.Options.EXPRESSION = "expression" |
Optional filter expression to apply to the table.
The default value is ''.
Definition at line 114 of file GetRecordsFromCollection.cs.
const string kinetica.GetRecordsFromCollectionRequest.Options.FALSE = "false" |
Definition at line 110 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.
Supported values:
The default value is FALSE.
Definition at line 108 of file GetRecordsFromCollection.cs.
const string kinetica.GetRecordsFromCollectionRequest.Options.TRUE = "true" |
Definition at line 109 of file GetRecordsFromCollection.cs.