ee.data.startTableIngestion
با مجموعهها، منظم بمانید
ذخیره و طبقهبندی محتوا براساس اولویتهای شما.
یک کار جذب دارایی جدول ایجاد می کند.
برای جزئیات بیشتر در مورد شناسه کار و قالب پاسخ، به ee.data.startProcessing مراجعه کنید.
استفاده | برمی گرداند | ee.data.startTableIngestion(taskId, request, callback ) | پردازش پاسخ |
استدلال | تایپ کنید | جزئیات | taskId | رشته | شناسه ارسال نشده برای کار (به دست آمده از newTaskId). |
request | TableIngestionRequest | شیئی که بلع را توصیف می کند. |
callback | عملکرد، اختیاری | پاسخ به تماس اختیاری در صورت عدم ارائه، تماس به صورت همزمان انجام می شود. |
جز در مواردی که غیر از این ذکر شده باشد،محتوای این صفحه تحت مجوز Creative Commons Attribution 4.0 License است. نمونه کدها نیز دارای مجوز Apache 2.0 License است. برای اطلاع از جزئیات، به خطمشیهای سایت Google Developers مراجعه کنید. جاوا علامت تجاری ثبتشده Oracle و/یا شرکتهای وابسته به آن است.
تاریخ آخرین بهروزرسانی 2025-07-24 بهوقت ساعت هماهنگ جهانی.
[null,null,["تاریخ آخرین بهروزرسانی 2025-07-24 بهوقت ساعت هماهنگ جهانی."],[[["\u003cp\u003eInitiates the process of ingesting data into an Earth Engine table asset.\u003c/p\u003e\n"],["\u003cp\u003eUtilizes \u003ccode\u003eee.data.startTableIngestion\u003c/code\u003e function for starting the ingestion task.\u003c/p\u003e\n"],["\u003cp\u003eRequires a unique task ID, ingestion request details, and an optional callback function.\u003c/p\u003e\n"],["\u003cp\u003eProvides a ProcessingResponse indicating the status of the task initiation.\u003c/p\u003e\n"],["\u003cp\u003eMore information on task IDs and response format can be found in \u003ccode\u003eee.data.startProcessing\u003c/code\u003e documentation.\u003c/p\u003e\n"]]],[],null,["# ee.data.startTableIngestion\n\n\u003cbr /\u003e\n\nCreates a table asset ingestion task.\n\n\u003cbr /\u003e\n\nSee ee.data.startProcessing for details on task IDs and response format.\n\n| Usage | Returns |\n|--------------------------------------------------------------|--------------------|\n| `ee.data.startTableIngestion(taskId, request, `*callback*`)` | ProcessingResponse |\n\n| Argument | Type | Details |\n|------------|-----------------------|------------------------------------------------------------------------|\n| `taskId` | String | Unsubmitted ID for the task (obtained from newTaskId). |\n| `request` | TableIngestionRequest | The object that describes the ingestion. |\n| `callback` | Function, optional | An optional callback. If not supplied, the call is made synchronously. |"]]