1. Salesforce OmniStudio Documentation
DataRaptors
"DataRaptor Extract Tab": In the section describing the properties for an sObject in the Extract step
the LIMIT field is defined. The documentation states
"Limits the number of records returned. Equivalent to the SOQL LIMIT clause." This confirms that LIMIT is the designated feature for this purpose.
2. Salesforce OmniStudio Developer Guide
"Create a DataRaptor Extract": The guide details the steps for building a DataRaptor Extract. In the section covering the 'Extract' tab
it illustrates the use of filters
including ORDER BY and LIMIT
as the standard mechanism for controlling the data set returned by the SOQL query.