AI-generated Key Takeaways
-
A Table is a resource with a JSON representation including name, expression, fileFormat, selectors, and filename.
-
The resource name is of the form "projects/*/tables/**".
-
The
expressionfield must evaluate to a FeatureCollection. -
The
fileFormatspecifies the output encoding for the resulting table. -
Methods for Tables include
createto render "table" data andgetFeaturesto fetchTablefeatures.
Resource: Table
Information about a table.
| JSON representation |
|---|
{ "name" : string , "expression" : { object ( |
| Fields | |
|---|---|
name
|
The resource name representing the thumbnail, of the form "projects/*/tables/**" (e.g. "projects/earthengine-legacy/tables/ |
expression
|
The expression to compute. Must evaluate to a FeatureCollection. |
fileFormat
|
The output encoding in which to generate the resulting table. |
selectors[]
|
Optional property fields to select from the specified table. |
filename
|
Optional filename of the resulting table. |
Methods |
|
|---|---|
|
Creates an ID that can be used to render "table" data. |
|
Fetches Table
features, the request includes the name of the Table to download from a previous CreateTable
request. |

