A set of string constants for the parameter RawGetRecordsFromCollectionResponse.info. More…
Static Public Attributes | |
| const string | TOTAL_NUMBER_OF_RECORDS = “total_number_of_records” |
| Total number of records. | |
| const string | HAS_MORE_RECORDS = “has_more_records” |
| Too many records. | |
| const string | TRUE = “true” |
| A boolean constant for the RawGetRecordsFromCollectionResponse.Info options. | |
| const string | FALSE = “false” |
| A boolean constant for the RawGetRecordsFromCollectionResponse.Info options. | |
Detailed Description
A set of string constants for the parameter RawGetRecordsFromCollectionResponse.info.
Additional information.
Definition at line 342 of file GetRecordsFromCollection.cs.
Member Data Documentation
◆ FALSE
| static |
A boolean constant for the RawGetRecordsFromCollectionResponse.Info options.
Definition at line 372 of file GetRecordsFromCollection.cs.
◆ HAS_MORE_RECORDS
| static |
Too many records.
Returned a partial set. Supported values:
Definition at line 362 of file GetRecordsFromCollection.cs.
◆ TOTAL_NUMBER_OF_RECORDS
| static |
Total number of records.
Definition at line 345 of file GetRecordsFromCollection.cs.
◆ TRUE
| static |
A boolean constant for the RawGetRecordsFromCollectionResponse.Info options.
Definition at line 367 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