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
| static |
Filter expression to apply to the table.
The default value is ”.
Definition at line 83 of file GetRecordsFromCollection.cs.
◆ FALSE
| static |
A boolean constant for the GetRecordsFromCollectionRequest.Options options.
Definition at line 79 of file GetRecordsFromCollection.cs.
◆ RETURN_RECORD_IDS
| static |
◆ 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:
- _build/public-os_ubuntu24.04-arch_amd64-cc_gcc_13.3.0/install/Kinetica/Protocol/GetRecordsFromCollection.cs
- Kinetica/Protocol/GetRecordsFromCollection.cs