Stay organized with collections
Save and categorize content based on your preferences.
A resource view for EarthEngineAsset.
The view determines the maximum page size for API operations, with generally higher limits for more restrictive views: - 10000 for BASIC - 1000 otherwise
Enums
EARTH_ENGINE_ASSET_VIEW_UNSPECIFIED
Not specified, equivalent to FULL.
FULL
All fields are set in each EarthEngineAsset returned in the response. The default value.
BASIC
Only the fields type, name, and id are set in each EarthEngineAsset returned in the response.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-06-05 UTC."],[[["EarthEngineAsset resource views control the amount of data returned in API responses, impacting page size limits."],["`FULL` view returns all asset fields and is the default, while `BASIC` view only returns essential fields (`type`, `name`, `id`) for a smaller response."],["`BASIC` view allows for larger page sizes in API operations compared to other views."],["Using the appropriate view can optimize data retrieval and improve API performance."]]],[]]