ee.data.startTableIngestion

Creates a table asset ingestion task.

See ee.data.startProcessing for details on task IDs and response format.

UsageReturns
ee.data.startTableIngestion(taskId, request, callback)ProcessingResponse
ArgumentTypeDetails
taskIdStringUnsubmitted ID for the task (obtained from newTaskId).
requestTableIngestionRequestThe object that describes the ingestion.
callbackFunction, optionalAn optional callback. If not supplied, the call is made synchronously.