getRecordsFromCollectionRaw
public RawGetRecordsFromCollectionResponse getRecordsFromCollectionRaw(GetRecordsFromCollectionRequest request) throws GPUdbException Retrieves records from a collection. The operation can optionally return the record IDs which can be used in certain queries such asdeleteRecords.This operation supports paging through the data via the
offsetandlimitparameters.Note that when using the Java API, it is not possible to retrieve records from join views using this operation. (DEPRECATED)
Parameters:request-Requestobject containing the parameters for the operation.Returns:Responseobject containing the results of the operation.Throws:GPUdbException- if an error occurs during the operation.