"camel.kamelet.google-sheets-source.accessToken"
"OAuth 2 access token for google sheets application. This typically expires after an hour so refreshToken is recommended for long term usage."
"camel.kamelet.google-sheets-source.applicationName"
"Google Sheets application name"
"camel.kamelet.google-sheets-source.clientId"
"Client ID of the sheets application"
"camel.kamelet.google-sheets-source.clientSecret"
"Client Secret of the sheets application"
"camel.kamelet.google-sheets-source.delay"
"The number of milliseconds before the next poll"
"camel.kamelet.google-sheets-source.range"
"the range of rows and columns in a sheet to get data from. Example: A1:B3"
"camel.kamelet.google-sheets-source.refreshToken"
"OAuth 2 refresh token for google sheets application. Using this, the Google Calendar component can obtain a new accessToken whenever the current one expires - a necessity if the application is long-lived."
"camel.kamelet.google-sheets-source.repeatCount"
"Specifies a maximum limit of number of fires"
"camel.kamelet.google-sheets-source.splitResults"
"True if value range result should be split into rows or columns to process each of them individually."
"camel.kamelet.google-sheets-source.spreadsheetId"
"The Spreadsheet ID to be used as events source"