Export.table.toAsset

Creates a batch task to export a feature collection to an Earth Engine table asset. Tasks can be started from the Tasks tab.

UsageReturns
Export.table.toAsset(collection, description, assetId, maxVertices, priority)
ArgumentTypeDetails
collectionFeatureCollectionThe feature collection to export.
descriptionString, optionalA human-readable name of the task. Defaults to "myExportTableTask".
assetIdString, optionalThe destination asset ID.
maxVerticesNumber, optionalMax number of uncut vertices per geometry; geometries with more vertices will be cut into pieces smaller than this size.
priorityNumber, optionalThe priority of the task within the project. Higher priority tasks are scheduled sooner. Must be an integer between 0 and 9999. Defaults to 100.