Skip to content

Commit

Permalink
Generate types for Google Sheets
Browse files Browse the repository at this point in the history
  • Loading branch information
maryamsharif committed Sep 6, 2024
1 parent 13f0129 commit f93c08a
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,12 @@ export interface Payload {
* Set as true to ensure Segment sends data to Google Sheets in batches. Please do not set to false.
*/
enable_batching?: boolean
/**
* The number of rows to write to the spreadsheet in a single batch. The maximum value is 1000.
*/
batch_size: number
/**
* The number of bytes to write to the spreadsheet in a single batch. The maximum value is 4000000.
*/
batch_bytes: number
}

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f93c08a

Please sign in to comment.