getRecordsBySeriesRaw
public RawGetRecordsBySeriesResponse getRecordsBySeriesRaw(GetRecordsBySeriesRequest request) throws GPUdbException Retrieves the complete series/track records from the givenworldTableNamebased on the partial track information contained in thetableName.This operation supports paging through the data via the
offsetandlimitparameters.In contrast to
getRecordsRawthis returns records grouped by series/track. So ifoffsetis 0 andlimitis 5 this operation would return the first 5 series/tracks intableName. Each series/track will be returned sorted by their TIMESTAMP column.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.