RecordsQuery returns encodedData
if the data is under a certain threshold
#264
Labels
artifact: spec
intended for the actual specification
Currently the implementation returns an optional property
encodedData
withRecordsQuery
results if the dataSize is under a determined threshold.This is to prevent users from having to issue
RecordsRead
for each record to retrieve the data if it is a small size.RecordsRead
can still be used for large data within a result set in order to allow data streaming.The text was updated successfully, but these errors were encountered: