Returns may contain field 'note' with value
'ALREADY_EXISTS' if an identical task with the same ID already exists. Null if a callback is specified.
Usage | Returns |
---|---|
ee.data.startTableIngestion(taskId, request, callback) | ProcessingResponse |
Argument | Type | Details |
---|---|---|
taskId | String | ID for the task (obtained using newTaskId). |
request | TableIngestionRequest | The object that describes the ingestion. |
callback | Function, optional | An optional callback. If not supplied, the call is made synchronously. |