ReadonlycolumnsReadonlydataOptional ReadonlyisOptional ReadonlyisTrue if the rows returned have been limited to the maximum number of retrievable rows.
A value of true indicates that the caller requested more rows than the limit
and the underlying data source contains more rows than can be returned.
isTotalRowCountLimited can be true in the case of ...
getAllPagesAsync with more than 4,000,000 rows in the summary or underlying data.
getLogicalTableDataAsync or getUnderlyingTableDataAsync with more than 10,000 rows in the data.
In all these cases, limits can be avoided by processing the data in page sized chunks with DataTableReader.
isTotalRowCountLimited is always false in the results of DataTableReader.getPageAsync().
Optional ReadonlymarksReadonlynameReadonlytotal
Returns
The column information, including the name, data type, and index..