सूचना: जिन गैर-व्यावसायिक प्रोजेक्ट के लिए Earth Engine को 15 अप्रैल, 2025 से पहले रजिस्टर किया गया है उन्हें ऐक्सेस बनाए रखने के लिए, गैर-व्यावसायिक इस्तेमाल से जुड़ी ज़रूरी शर्तों की पुष्टि करनी होगी. अगर आपने 26 सितंबर, 2025 तक पुष्टि नहीं की, तो आपके ऐक्सेस को होल्ड पर रखा जा सकता है.
टास्क का ऐसा नाम जिसे आसानी से पढ़ा जा सकता है. डिफ़ॉल्ट रूप से, इसे "myExportTableTask" पर सेट किया जाता है.
assetId
स्ट्रिंग, ज़रूरी नहीं
डेस्टिनेशन ऐसेट का आईडी.
maxVertices
नंबर, ज़रूरी नहीं
हर ज्यामिति के लिए, बिना काटे गए वर्टेक्स की ज़्यादा से ज़्यादा संख्या. इससे ज़्यादा वर्टेक्स वाली ज्यामिति को इस साइज़ से छोटे टुकड़ों में काट दिया जाएगा.
priority
नंबर, ज़रूरी नहीं
प्रोजेक्ट में टास्क की प्राथमिकता. ज़्यादा प्राथमिकता वाले टास्क को पहले शेड्यूल किया जाता है. यह 0 से 9999 के बीच का पूर्णांक होना चाहिए. डिफ़ॉल्ट रूप से, यह वैल्यू 100 पर सेट होती है.
[[["समझने में आसान है","easyToUnderstand","thumb-up"],["मेरी समस्या हल हो गई","solvedMyProblem","thumb-up"],["अन्य","otherUp","thumb-up"]],[["वह जानकारी मौजूद नहीं है जो मुझे चाहिए","missingTheInformationINeed","thumb-down"],["बहुत मुश्किल है / बहुत सारे चरण हैं","tooComplicatedTooManySteps","thumb-down"],["पुराना","outOfDate","thumb-down"],["अनुवाद से जुड़ी समस्या","translationIssue","thumb-down"],["सैंपल / कोड से जुड़ी समस्या","samplesCodeIssue","thumb-down"],["अन्य","otherDown","thumb-down"]],["आखिरी बार 2025-07-26 (UTC) को अपडेट किया गया."],[],["Exports a feature collection to an Earth Engine table asset using `Export.table.toAsset`. The function takes a `collection`, destination `assetId`, and optional parameters: `description` (task name), `maxVertices` (limit for geometry vertices), and `priority` (task scheduling priority, 0-9999, defaults to 100). The created task is managed in the Tasks tab. Geometries exceeding `maxVertices` are split. The task's purpose is to store a feature collection into an asset table.\n"]]