EarthEngineAssetView
با مجموعهها، منظم بمانید
ذخیره و طبقهبندی محتوا براساس اولویتهای شما.
نمای منبع برای EarthEngineAsset
.
نمای حداکثر اندازه صفحه را برای عملیات API تعیین میکند، با محدودیتهای معمولاً برای بازدیدهای محدودتر: - 10000 برای BASIC - 1000 در غیر این صورت
Enums |
---|
EARTH_ENGINE_ASSET_VIEW_UNSPECIFIED | مشخص نشده، معادل FULL . |
FULL | همه فیلدها در هر EarthEngineAsset بازگردانده شده در پاسخ تنظیم می شوند. مقدار پیش فرض |
BASIC | فقط type فیلدها، name و id در هر EarthEngineAsset بازگردانده شده در پاسخ تنظیم می شوند. |
جز در مواردی که غیر از این ذکر شده باشد،محتوای این صفحه تحت مجوز Creative Commons Attribution 4.0 License است. نمونه کدها نیز دارای مجوز Apache 2.0 License است. برای اطلاع از جزئیات، به خطمشیهای سایت Google Developers مراجعه کنید. جاوا علامت تجاری ثبتشده Oracle و/یا شرکتهای وابسته به آن است.
تاریخ آخرین بهروزرسانی 2025-07-24 بهوقت ساعت هماهنگ جهانی.
[null,null,["تاریخ آخرین بهروزرسانی 2025-07-24 بهوقت ساعت هماهنگ جهانی."],[[["\u003cp\u003eEarthEngineAsset resource views control the amount of data returned in API responses, impacting page size limits.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eFULL\u003c/code\u003e view returns all asset fields and is the default, while \u003ccode\u003eBASIC\u003c/code\u003e view only returns essential fields (\u003ccode\u003etype\u003c/code\u003e, \u003ccode\u003ename\u003c/code\u003e, \u003ccode\u003eid\u003c/code\u003e) for a smaller response.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eBASIC\u003c/code\u003e view allows for larger page sizes in API operations compared to other views.\u003c/p\u003e\n"],["\u003cp\u003eUsing the appropriate view can optimize data retrieval and improve API performance.\u003c/p\u003e\n"]]],["The `EarthEngineAsset` resource view has two main types: `FULL` and `BASIC`. `FULL` displays all fields, while `BASIC` shows only `type`, `name`, and `id`. The default view is `FULL`. The maximum page size for API operations varies by view, with `BASIC` allowing up to 10,000 items per page and other views limited to 1,000. An unspecified view defaults to `FULL`.\n"],null,["# EarthEngineAssetView\n\nA resource view for `EarthEngineAsset`.\n\nThe view determines the maximum page size for API operations, with generally higher limits for more restrictive views: - 10000 for BASIC - 1000 otherwise\n\n| Enums ||\n|---------------------------------------|-------------------------------------------------------------------------------------------------------|\n| `EARTH_ENGINE_ASSET_VIEW_UNSPECIFIED` | Not specified, equivalent to `FULL`. |\n| `FULL` | All fields are set in each `EarthEngineAsset` returned in the response. The default value. |\n| `BASIC` | Only the fields `type`, `name`, and `id` are set in each `EarthEngineAsset` returned in the response. |"]]