ee.data.getTableDownloadId
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
डाउनलोड आईडी पाएं.
यह फ़ंक्शन, डाउनलोड आईडी और टोकन दिखाता है. अगर कॉलबैक तय किया गया है, तो यह फ़ंक्शन शून्य दिखाता है.
इस्तेमाल | रिटर्न |
---|
ee.data.getTableDownloadId(params, callback) | DownloadId |
आर्ग्यूमेंट | टाइप | विवरण |
---|
params | ऑब्जेक्ट | यह एक ऐसा ऑब्जेक्ट होता है जिसमें टेबल डाउनलोड करने के विकल्प होते हैं. इसकी ये वैल्यू हो सकती हैं:
table: डाउनलोड करने के लिए सुविधा संग्रह. |
format: डाउनलोड फ़ॉर्मैट, CSV, JSON, KML, KMZ या TF_RECORD. |
selectors: सिलेक्टर की स्ट्रिंग की सूची. इसका इस्तेमाल यह तय करने के लिए किया जा सकता है कि कौनसे एट्रिब्यूट डाउनलोड किए जाएंगे. |
filename: डाउनलोड की जाने वाली फ़ाइल का नाम. |
|
callback | फ़ंक्शन, ज़रूरी नहीं है | वैकल्पिक कॉलबैक. अगर यह पैरामीटर नहीं दिया जाता है, तो कॉल सिंक्रोनस तरीके से किया जाता है. |
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2025-07-26 (UTC) को अपडेट किया गया.
[null,null,["आखिरी बार 2025-07-26 (UTC) को अपडेट किया गया."],[[["\u003cp\u003eThis function retrieves a download ID and token for initiating a table download.\u003c/p\u003e\n"],["\u003cp\u003eUsers need to provide parameters including table, format, selectors, and filename for the download.\u003c/p\u003e\n"],["\u003cp\u003eAn optional callback function can be included for asynchronous execution; otherwise, the call is synchronous.\u003c/p\u003e\n"]]],[],null,["# ee.data.getTableDownloadId\n\n\u003cbr /\u003e\n\nGet a download ID.\n\n\u003cbr /\u003e\n\nReturns a download id and token, or null if a callback is specified.\n\n| Usage | Returns |\n|----------------------------------------------------|------------|\n| `ee.data.getTableDownloadId(params, `*callback*`)` | DownloadId |\n\n| Argument | Type | Details |\n|------------|--------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `params` | Object | An object containing table download options with the following possible values: |----------------------------------------------------------------------------------------------------------------| | ` table: ` The feature collection to download. | | ` format: ` The download format, CSV, JSON, KML, KMZ or TF_RECORD. | | ` selectors: ` List of strings of selectors that can be used to determine which attributes will be downloaded. | | ` filename: ` The name of the file that will be downloaded. | |\n| `callback` | Function, optional | An optional callback. If not supplied, the call is made synchronously. |"]]