String yang digunakan sebagai awalan untuk setiap file output. "/" di akhir menunjukkan jalur. Nama file file yang diekspor akan dibuat dari awalan ini, koordinat setiap file dalam mosaik (jika ada), dan ekstensi file yang sesuai dengan format file.
Menentukan izin yang akan ditetapkan pada kartu yang diekspor. Jika tidak ditentukan, defaultnya adalah DEFAULT_OBJECT_ACL.
bucketCorsUris[]
string
Daftar URI opsional yang akan diizinkan untuk setelan CORS di bucket. Digunakan untuk memungkinkan situs mengakses file yang diekspor melalui JavaScript.
TilePermissions
Izin yang akan ditetapkan pada ubin peta yang diekspor.
Enum
TILE_PERMISSIONS_UNSPECIFIED
Tidak ditentukan.
PUBLIC
Menulis kartu publik. Memerlukan pemanggil untuk menjadi PEMILIK bucket.
[[["Mudah dipahami","easyToUnderstand","thumb-up"],["Memecahkan masalah saya","solvedMyProblem","thumb-up"],["Lainnya","otherUp","thumb-up"]],[["Informasi yang saya butuhkan tidak ada","missingTheInformationINeed","thumb-down"],["Terlalu rumit/langkahnya terlalu banyak","tooComplicatedTooManySteps","thumb-down"],["Sudah usang","outOfDate","thumb-down"],["Masalah terjemahan","translationIssue","thumb-down"],["Masalah kode / contoh","samplesCodeIssue","thumb-down"],["Lainnya","otherDown","thumb-down"]],["Terakhir diperbarui pada 2025-03-06 UTC."],[[["Google Cloud Storage can be configured as a destination for Earth Engine exports, allowing users to store their exported data in a specified bucket."],["Users can define a filename prefix, tile permissions (public, default, or unspecified), and optional CORS settings for web access."],["The bucket's default object ACL is used for tile permissions unless otherwise specified, and the filename prefix helps organize the exported files based on coordinates and format."],["If public access to the exported tiles is desired, the user must be an owner of the bucket."]]],["This content defines the configuration for exporting data to Google Cloud Storage. Key information includes the `bucket` name, and a `filenamePrefix` for organizing output files. `Permissions` control access to exported tiles, with options like `PUBLIC` or `DEFAULT_OBJECT_ACL`. An optional list of `bucketCorsUris` can be specified for enabling cross-origin resource sharing, permitting websites to access exported data via JavaScript.\n"]]