Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 8.8 KB

File metadata and controls

16 lines (12 loc) · 8.8 KB

BulkIndexGroupsRequest

Describes the request body for the /bulkindexgroups API call

Fields

Field Type Required Description
upload_id str ✔️ Unique id that must be used for this instance of datasource groups upload
is_first_page Optional[bool] true if this is the first page of the upload. Defaults to false
is_last_page Optional[bool] true if this is the last page of the upload. Defaults to false
force_restart_upload Optional[bool] Flag to discard previous upload attempts and start from scratch. Must be specified with isFirstPage=true
datasource str ✔️ datasource of the groups
groups List[models.DatasourceGroupDefinition] ✔️ batch of groups for the datasource
disable_stale_data_deletion_check Optional[bool] True if older group data needs to be force deleted after the upload completes. Defaults to older data being deleted only if the percentage of data being deleted is less than a reasonable threshold. This must only be set when isLastPage = true