Skip to content

Commit 78de7fb

Browse files
mjabascal10Copilot
andauthored
Update backend/src/main/java/com/park/utmstack/service/dto/elastic/SqlSearchDto.java
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent ca57966 commit 78de7fb

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

backend/src/main/java/com/park/utmstack/service/dto/elastic/SqlSearchDto.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,10 @@ public class SqlSearchDto {
1515
@SqlSelectOnly
1616
private String query;
1717

18+
/**
19+
* Specifies the maximum number of results to fetch per query execution.
20+
* Acceptable values are positive integers; if null or not set, the default fetch size will be used.
21+
* This parameter can be used to limit the number of records returned by the SQL query.
22+
*/
1823
private Integer fetchSize;
1924
}

0 commit comments

Comments
 (0)