إشعار: يجب
إثبات أهلية جميع المشاريع غير التجارية المسجّلة لاستخدام Earth Engine قبل
15 أبريل 2025 من أجل الحفاظ على إمكانية الوصول إلى Earth Engine.
CloudStorageDestination
تنظيم صفحاتك في مجموعات
يمكنك حفظ المحتوى وتصنيفه حسب إعداداتك المفضّلة.
إعدادات وجهة في Google Cloud Storage
تمثيل JSON |
{
"bucket": string,
"filenamePrefix": string,
"permissions": enum (TilePermissions ),
"bucketCorsUris": [
string
]
} |
الحقول |
bucket |
string
حزمة الوجهة في Google Cloud Storage
|
filenamePrefix |
string
السلسلة المستخدَمة كبادئة لكل ملف إخراج يشير الحرف "/" في نهاية المسار إلى مسار. سيتم إنشاء أسماء الملفات المُصدَّرة من هذه البادئة وخطوط الطول والعرض لكل ملف في الصورة المصغّرة (إن توفّرت) وإضافة ملف تتوافق مع تنسيق الملف.
|
permissions |
enum (TilePermissions )
تُحدِّد الأذونات التي يجب ضبطها على المربّعات التي تم تصديرها. إذا لم يتم تحديدها، يتم ضبطها تلقائيًا على DEFAULT_OBJECT_ACL.
|
bucketCorsUris[] |
string
قائمة اختيارية لمعرّفات الموارد المنتظمة المطلوب إضافتها إلى القائمة البيضاء لإعدادات سياسة مشاركة الموارد المتعدّدة المصادر (CORS) في الحزمة يُستخدَم هذا الخيار لإتاحة وصول المواقع الإلكترونية إلى الملفات التي تم تصديرها من خلال JavaScript.
|
TilePermissions
الأذونات التي يتم ضبطها على مربّعات الخريطة التي تم تصديرها
عمليات التعداد |
TILE_PERMISSIONS_UNSPECIFIED |
غير محدد |
PUBLIC |
كتابة مربّعات علنية يتطلب هذا الإجراء أن يكون المُتصل مالكًا للحزمة. |
DEFAULT_OBJECT_ACL |
يمكنك كتابة المربّعات باستخدام قائمة التحكّم في الوصول التلقائية للعنصر في الحزمة. |
إنّ محتوى هذه الصفحة مرخّص بموجب ترخيص Creative Commons Attribution 4.0 ما لم يُنصّ على خلاف ذلك، ونماذج الرموز مرخّصة بموجب ترخيص Apache 2.0. للاطّلاع على التفاصيل، يُرجى مراجعة سياسات موقع Google Developers. إنّ Java هي علامة تجارية مسجَّلة لشركة Oracle و/أو شركائها التابعين.
تاريخ التعديل الأخير: 2025-07-25 (حسب التوقيت العالمي المتفَّق عليه)
[null,null,["تاريخ التعديل الأخير: 2025-07-25 (حسب التوقيت العالمي المتفَّق عليه)"],[[["\u003cp\u003eExports data to Google Cloud Storage, defining the destination bucket, file prefix, and permissions.\u003c/p\u003e\n"],["\u003cp\u003eAllows customizing file naming with a prefix and automatically incorporates mosaic coordinates and file extensions.\u003c/p\u003e\n"],["\u003cp\u003eOffers control over tile permissions, including public access and using bucket defaults.\u003c/p\u003e\n"],["\u003cp\u003eOptionally enables cross-origin resource sharing (CORS) by whitelisting specific URIs for web access to exported files.\u003c/p\u003e\n"]]],[],null,["# CloudStorageDestination\n\nConfiguration for a destination in Google Cloud Storage.\n\n| JSON representation |\n|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"bucket\": string, \"filenamePrefix\": string, \"permissions\": enum (/earth-engine/reference/rest/v1/CloudStorageDestination#TilePermissions), \"bucketCorsUris\": [ string ] } ``` |\n\n| Fields ||\n|--------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `bucket` | `string` The Google Cloud Storage destination bucket. |\n| `filenamePrefix` | `string` The string used as the prefix for each output file. A trailing \"/\" indicates a path. The filenames of the exported files will be constructed from this prefix, the coordinates of each file in a mosaic (if any), and a file extension corresponding to the file format. |\n| `permissions` | `enum (`[TilePermissions](/earth-engine/reference/rest/v1/CloudStorageDestination#TilePermissions)`)` Specifies the permissions to set on the exported tiles. If unspecified, defaults to DEFAULT_OBJECT_ACL. |\n| `bucketCorsUris[]` | `string` Optional list of URIs to whitelist for the CORS settings on the bucket. Used to enable websites to access exported files via JavaScript. |\n\nTilePermissions\n---------------\n\nPermissions to set on exported map tiles.\n\n| Enums ||\n|--------------------------------|-----------------------------------------------------------------------|\n| `TILE_PERMISSIONS_UNSPECIFIED` | Unspecified. |\n| `PUBLIC` | Write public tiles. Requires the caller to be an OWNER of the bucket. |\n| `DEFAULT_OBJECT_ACL` | Write tiles using the bucket's default object ACL. |"]]