Skip to content

Commit

Permalink
Google Sheets Source Kamelet: introducing repeatCount optional parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
oscerd committed Sep 30, 2021
1 parent df2dd5c commit d1ba307
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/modules/ROOT/pages/google-sheets-source.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ The following table summarizes the configuration options available for the `goog
| *spreadsheetId {empty}* *| Spreadsheet ID| The Spreadsheet ID to be used as events source| string| |
| delay| Delay| Milliseconds before the next poll| integer| `500`|
| range| Consume from now| the range of rows and columns in a sheet to get data from.| boolean| | `"A1:B3"`
| repeatCount| Repeat Count| Specifies a maximum limit of number of fires| integer| |
| splitResults| Split Results| True if value range result should be split into rows or columns to process each of them individually.| boolean| `true`|
|===

Expand Down

0 comments on commit d1ba307

Please sign in to comment.