ResponseRowLimit
Specifies the number of response rows the provider retrieves before returning an error.
Data Type
int
Default Value
100000
Remarks
When querying many columns from SAP Business Warehouse, the component may generate queries that return an unexpectedly large number of rows, which can cause queries to time out. This property limits how many rows the component processes before returning an error, helping you identify queries that may be too broad or resource-intensive to complete successfully.
Set this property to 0 to disable the limit and allow any number of rows to be returned.