ঘোষণা :
15 এপ্রিল, 2025 এর আগে আর্থ ইঞ্জিন ব্যবহার করার জন্য নিবন্ধিত সমস্ত অবাণিজ্যিক প্রকল্পগুলিকে অবশ্যই আর্থ ইঞ্জিন অ্যাক্সেস বজায় রাখার জন্য
অ-বাণিজ্যিক যোগ্যতা যাচাই করতে হবে।
ee.data.listAssets
সেভ করা পৃষ্ঠা গুছিয়ে রাখতে 'সংগ্রহ' ব্যবহার করুন
আপনার পছন্দ অনুযায়ী কন্টেন্ট সেভ করুন ও সঠিক বিভাগে রাখুন।
একটি
assets
অ্যারে এবং একটি ঐচ্ছিক
nextPageToken
অন্তর্ভুক্ত একটি বস্তুর মধ্যে একটি সম্পদ সংগ্রহ বা ফোল্ডারের বিষয়বস্তুর একটি তালিকা প্রদান করে।
ব্যবহার | রিটার্নস | ee.data.listAssets(parent, params , callback ) | api.ListAssetsResponse |
যুক্তি | টাইপ | বিস্তারিত | parent | স্ট্রিং | তালিকার সংগ্রহ বা ফোল্ডারের আইডি। |
params | api.ProjectsAssetsListAssetsNamedParameters, ঐচ্ছিক | নিম্নলিখিত সম্ভাব্য মান সহ ঐচ্ছিক অনুরোধ পরামিতি ধারণকারী একটি বস্তু: pageSize (স্ট্রিং) ফলাফলের সংখ্যা যা ফেরত দিতে হবে। নির্দিষ্ট না থাকলে, সমস্ত ফলাফল ফেরত দেওয়া হয়। | pageToken (স্ট্রিং) ফলাফলের পৃষ্ঠার জন্য টোকেন যা ফিরে আসবে। | filter (স্ট্রিং) প্রয়োগ করার জন্য একটি অতিরিক্ত ফিল্টার প্রশ্ন। উদাহরণ কোয়েরি: properties.my_property>=1 AND properties.my_property<2 AND startTime >= "2019-01-01T00:00:00.000Z" AND endTime < "2020-01-01T00:00:00.000Z" AND intersects("{'type':'Point','coordinates':[0,0]}") কিভাবে একটি প্রশ্ন তৈরি করতে হয় তার জন্য https://google.aip.dev/160 দেখুন। | view (স্ট্রিং) তালিকায় কতটা বিশদ প্রদান করা হয়েছে তা নির্দিষ্ট করে। হয় "FULL" (ডিফল্ট) সমস্ত চিত্র বৈশিষ্ট্যের জন্য অথবা "BASIC"। |
|
callback | ফাংশন, ঐচ্ছিক | যদি সরবরাহ না করা হয়, কলটি সিঙ্ক্রোনাসভাবে করা হয়। |
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2025-07-24 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2025-07-24 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["\u003cp\u003eRetrieves the contents within an Earth Engine asset collection or folder, returning an object containing an \u003ccode\u003eassets\u003c/code\u003e array and potentially a \u003ccode\u003enextPageToken\u003c/code\u003e for accessing further results.\u003c/p\u003e\n"],["\u003cp\u003eAccepts the parent collection/folder ID, optional parameters like page size and filters, and an optional callback function for asynchronous execution.\u003c/p\u003e\n"],["\u003cp\u003eEnables customization of the query by allowing users to filter results based on properties, time ranges, or geographic intersections using the \u003ccode\u003efilter\u003c/code\u003e parameter.\u003c/p\u003e\n"],["\u003cp\u003eOffers two viewing options, "FULL" for comprehensive image property details and "BASIC" for a more concise representation.\u003c/p\u003e\n"],["\u003cp\u003eFacilitates navigation through large result sets via pagination, utilizing \u003ccode\u003epageSize\u003c/code\u003e to limit results per page and \u003ccode\u003enextPageToken\u003c/code\u003e to access subsequent pages.\u003c/p\u003e\n"]]],[],null,["# ee.data.listAssets\n\n\u003cbr /\u003e\n\nReturns a list of the contents in an asset collection or folder, in an object that includes an `assets` array and an optional `nextPageToken`.\n\n\u003cbr /\u003e\n\n| Usage | Returns |\n|---------------------------------------------------------|------------------------|\n| `ee.data.listAssets(parent, `*params* `, `*callback*`)` | api.ListAssetsResponse |\n\n| Argument | Type | Details |\n|------------|-------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `parent` | String | The ID of the collection or folder to list. |\n| `params` | api.ProjectsAssetsListAssetsNamedParameters, optional | An object containing optional request parameters with the following possible values: |-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | ` pageSize ` (string) The number of results to return. If not specified, all results are returned. | | ` pageToken ` (string) The token for the page of results to return. | | ` filter ` (string) An additional filter query to apply. Example query: `properties.my_property\u003e=1 AND properties.my_property\u003c2 AND startTime \u003e= \"2019-01-01T00:00:00.000Z\" AND endTime \u003c \"2020-01-01T00:00:00.000Z\" AND intersects(\"{'type':'Point','coordinates':[0,0]}\")` See https://google.aip.dev/160 for how to construct a query. | | ` view ` (string) Specifies how much detail is returned in the list. Either \"FULL\" (default) for all image properties or \"BASIC\". | |\n| `callback` | Function, optional | If not supplied, the call is made synchronously. |"]]