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. |
file |
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. |