Skip to main content

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

const string kinetica.RawGetRecordsFromCollectionResponse.Info.FALSE = “false”
static

A boolean constant for the RawGetRecordsFromCollectionResponse.Info options.

Definition at line 372 of file GetRecordsFromCollection.cs.

◆ HAS_MORE_RECORDS

const string kinetica.RawGetRecordsFromCollectionResponse.Info.HAS_MORE_RECORDS = “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

const string kinetica.RawGetRecordsFromCollectionResponse.Info.TOTAL_NUMBER_OF_RECORDS = “total_number_of_records”
static

Total number of records.

Definition at line 345 of file GetRecordsFromCollection.cs.

◆ TRUE

const string kinetica.RawGetRecordsFromCollectionResponse.Info.TRUE = “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: